Skip to content

Commit

Permalink
tests: fix failing
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Aug 13, 2024
1 parent abcfd73 commit 38c1bbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/k16/kmono/api_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
:paths ["src"]}))
(testing "Derive params from workspace"
(with-redefs [repl.deps/cp! (fn [{:keys [package-aliases aliases]} _]
(is (= [:kmono/package-deps
:kmono.pkg/p2.test
:kmono.pkg/p1.test]
package-aliases))
(is (= (set [:kmono/package-deps
:kmono.pkg/p2.test
:kmono.pkg/p1.test])
(set package-aliases)))
(is (= [:dev] aliases)))]
(api/generate-classpath! release-opts nil)))))

0 comments on commit 38c1bbb

Please sign in to comment.