Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bugarela committed Dec 18, 2024
1 parent 7bd5c32 commit a137bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quint/apalache-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ VARIABLE
A == Variant("A", [tag |-> "UNIT"])
(*
@type: ((Int) => A({ tag: Str })) | B(Int));
@type: ((Int) => A({ tag: Str }) | B(Int));
*)
B(__BParam_31) == Variant("B", __BParam_31)
Expand Down
2 changes: 1 addition & 1 deletion quint/test/itf.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('toItf', () => {
'#meta': {
index: 0,
},
a: 'U_OF_UNIT',
a: { tag: 'UNIT' },
},
],
}
Expand Down

0 comments on commit a137bb3

Please sign in to comment.