Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya Irani committed Feb 22, 2024
1 parent c073aea commit c5cdca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parser-typechecker/tests/Unison/Test/Codebase/Branch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ branch0Tests =
b0 :: Branch0 Identity =
Branch.branch0
mempty
(Star3.fromList [(dummy, "b", dummy, (dummy, dummy))])
(Star3.fromList [(dummy, "b", (), ((), dummy))])
Map.empty
Map.empty
let -- a.b
-- b
b1 :: Branch0 Identity =
Branch.branch0
mempty
(Star3.fromList [(dummy, "b", dummy, (dummy, dummy))])
(Star3.fromList [(dummy, "b", (), ((), dummy))])
(Map.singleton "a" (Branch (Causal.one b0)))
Map.empty

Expand Down

0 comments on commit c5cdca1

Please sign in to comment.