Skip to content

Commit b30fb32

Browse files
committed
Use method working in Pharo 7
1 parent f514bc6 commit b30fb32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TinyLogger-Tests/TinyLoggerTest.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ TinyLoggerTest >> testExecuteRecordedAs2 [
181181

182182
"Ensure we have the right indentation."
183183
self
184-
assert: contents withInternalLineEndings
184+
assert: contents withUnixLineEndings
185185
equals:
186186
'No time : Begin: This is a new test
187187
No time : test
188188
No time : End: This is a new test
189-
' withInternalLineEndings ]
189+
' withUnixLineEndings ]
190190
ensure: [ Stdio recoverFromGHMutation.
191191
stream close ]
192192
]

0 commit comments

Comments
 (0)