Skip to content

Commit

Permalink
Fix test for older Pharo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Aug 19, 2024
1 parent 34ad0c4 commit c3237af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ testCodecStream
actual := (GRCodec forEncoding: 'utf8') encodedStringClass streamContents: [ :stream |
((GRCodec forEncoding: 'utf8') encoderFor: stream)
javascript: 'OK' ].
self assert: actual = '"OK"'
self assert: actual asString = '"OK"'

0 comments on commit c3237af

Please sign in to comment.