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 6c6938e commit c464cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text-Tests/TextStreamTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ TextStreamTest >> testNextPutAll [
self assert: stream contents isText.
self assert: stream contents string equals: 'Pharo '.
"No attribute was set"
1 to: 6 do: [:index | self assert: (stream contents runs at: index) isEmpty]
1 to: 6 do: [:index | self assertEmpty: (stream contents runs at: index) ]
]

{ #category : #test }
Expand Down

0 comments on commit c464cb2

Please sign in to comment.