Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Adams committed Dec 23, 2024
1 parent ad3f29b commit d98783e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/user/test/sepal/user/interface_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[malli.core :as m]
[malli.error :as me]
[malli.generator :as mg]
[matcher-combinators.test :refer [match?]]
[matcher-combinators.test :refer [match? thrown-match?]]
[next.jdbc.sql :as jdbc.sql]
[sepal.app.test.fixtures :as tf]
[sepal.app.test.system :refer [*db*
Expand Down

0 comments on commit d98783e

Please sign in to comment.