We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f8235 commit 0b7be62Copy full SHA for 0b7be62
test/Main.purs
@@ -69,5 +69,5 @@ testSetEncoding = do
69
70
onData r1 \buf -> do
71
onDataEither r2 \(Left str) -> do
72
- assertEqual <$> Buffer.toString UTF8 buf <*> pure testString
+ assertEqual <$> Buffer.toString enc buf <*> pure testString
73
assertEqual str testString
0 commit comments