Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurC committed Oct 8, 2024
1 parent 5a980ad commit 454c8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/hyperfiddle/electric3_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2336,7 +2336,7 @@
% := '[join 0 notified]
% := '[join 0 cancelled]
% := '[join 0 terminated]
(update % 3 first) := (conj '[join 0 transferred ::dbg/ex])
(update % 3 first) := ['join 0 'transferred Cancelled]
% := '[join 0 cancelled]
(tap ::done), % := ::done)))

Expand All @@ -2356,7 +2356,7 @@
% := '[join 0 notified]
% := '[join 0 cancelled]
% := '[join 0 terminated]
(update % 3 first) := (conj '[join 0 transferred ::dbg/ex])
(update % 3 first) := ['join 0 'transferred Cancelled]
% := '[join 0 cancelled]
(tap ::done), % := ::done)))

Expand Down

0 comments on commit 454c8d3

Please sign in to comment.