Skip to content

Commit

Permalink
avoid clojure warning (#26)
Browse files Browse the repository at this point in the history
* Update core_test.clj

remove warning

* Update core_test.clj

---------

Co-authored-by: sovelten <[email protected]>
  • Loading branch information
jtrunick and sovelten authored Nov 21, 2024
1 parent e7095ff commit 52c00a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/nodely/engine/core_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(ns nodely.engine.core-test
(:refer-clojure :exclude [resolve])
(:require
[clojure.test :refer :all]
[clojure.test.check.clojure-test :refer [defspec]]
Expand Down

0 comments on commit 52c00a2

Please sign in to comment.