Skip to content

Commit

Permalink
Merge pull request pillar-markup#738 from pillar-markup/fixingReplace…
Browse files Browse the repository at this point in the history
…ParentTest

removing halt.
  • Loading branch information
Ducasse authored May 14, 2024
2 parents 5dd1045 + 28545f9 commit c8bc0bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Microdown-Tests/MicrodownTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ MicrodownTest >> testParentLinkIsKeptOnReplaceBy [
new := MicTextBlock new.
new bodyString: 'New'.

self halt.
original replaceBy: new.
self assert: h children size equals: 1.
self assert: h children first equals: new.
Expand Down

0 comments on commit c8bc0bc

Please sign in to comment.