diff --git a/plutus-core/plutus-core/test/TypeSynthesis/Golden/DefaultFun/WriteBits.plc.golden b/plutus-core/plutus-core/test/TypeSynthesis/Golden/DefaultFun/WriteBits.plc.golden index ab0f9ecb22e..7dc57625d05 100644 --- a/plutus-core/plutus-core/test/TypeSynthesis/Golden/DefaultFun/WriteBits.plc.golden +++ b/plutus-core/plutus-core/test/TypeSynthesis/Golden/DefaultFun/WriteBits.plc.golden @@ -1 +1 @@ -bytestring -> list (pair integer bool) -> bytestring \ No newline at end of file +bytestring -> list integer -> list bool -> bytestring \ No newline at end of file