Skip to content

Commit 0b7be62

Browse files
committed
Fix test
1 parent 23f8235 commit 0b7be62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ testSetEncoding = do
6969

7070
onData r1 \buf -> do
7171
onDataEither r2 \(Left str) -> do
72-
assertEqual <$> Buffer.toString UTF8 buf <*> pure testString
72+
assertEqual <$> Buffer.toString enc buf <*> pure testString
7373
assertEqual str testString

0 commit comments

Comments
 (0)