Skip to content

Commit

Permalink
Update src/Text-Tests/TextStreamTest.class.st
Browse files Browse the repository at this point in the history
Co-Authored-By: CyrilFerlicot <cyril@ferlicot.me>
  • Loading branch information
hilaire and jecisc committed Sep 25, 2019
1 parent a0a37e7 commit c56f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text-Tests/TextStreamTest.class.st
Expand Up @@ -66,5 +66,5 @@ TextStreamTest >> testWithAttributesDo [
self assert: attributes second color equals: Color yellow ].
"No attribute for the remaining part of the text"
6 to: 12 do: [ :index |
self assert: (stream contents runs at: index ) isEmpty]
self assertEmpty: (stream contents runs at: index ) ]
]

0 comments on commit c56f5f0

Please sign in to comment.