Skip to content

Commit 47be501

Browse files
committed
Fix test
1 parent cfeeecb commit 47be501

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/TinyLogger-Tests/TinyLoggerTest.class.st

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,13 @@ TinyLoggerTest >> testExecuteRecordedAs2 [
180180
contents := Stdio stdout contents asString.
181181

182182
"Ensure we have the right indentation."
183-
self assert: (contents includesSubstring: 'No time : Begin: This is a new test
183+
self
184+
assert: contents withInternalLineEndings
185+
equals:
186+
'No time : Begin: This is a new test
184187
No time : test
185-
No time : End: This is a new test') ]
188+
No time : End: This is a new test
189+
' withInternalLineEndings ]
186190
ensure: [ Stdio recoverFromGHMutation.
187191
stream close ]
188192
]

0 commit comments

Comments
 (0)