Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed May 30, 2024
1 parent e3be3ef commit bfa0493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/exoscale/lingo/test/core_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@
:exoscale.lingo.explain/message
"should allow dispatch on exoscale.lingo.test.core-test/event-type",
:exoscale.lingo.explain.pred/vals
{:_ exoscale.lingo.pred/no-method,
{:_ exoscale.lingo/pred-no-method,
:method exoscale.lingo.test.core-test/event-type},
:in []}),
:spec :event/event,
Expand All @@ -455,7 +455,7 @@
:exoscale.lingo.explain/message
"should allow dispatch on exoscale.lingo.test.core-test/event-type",
:exoscale.lingo.explain.pred/vals
{:_ exoscale.lingo.pred/no-method,
{:_ exoscale.lingo/pred-no-method,
:method exoscale.lingo.test.core-test/event-type},
:in []}),
:spec :event/event,
Expand Down

0 comments on commit bfa0493

Please # to comment.