Skip to content

Commit 0a0fdcf

Browse files
committed
Fix the build
1 parent 9a30eb5 commit 0a0fdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/Main/Scripts.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ mappingSpec _ =
9999
let decoding = PtrPeeker.runVariableOnByteString binDec bytes
100100
pure
101101
( QuickCheck.counterexample
102-
( to
102+
( Text.unpack
103103
( Text.intercalate
104104
"\n"
105105
[ "encoded: " <> valueText

0 commit comments

Comments
 (0)