Skip to content

Commit

Permalink
removing halt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed May 14, 2024
1 parent 732442a commit 28545f9
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 28545f9

Please sign in to comment.