Skip to content

Commit

Permalink
mb.hawk.core-test/dummy-test not found
Browse files Browse the repository at this point in the history
  • Loading branch information
qnkhuat committed Jan 3, 2024
1 parent fd8009e commit 8fb953d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mb/hawk/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
(with-redefs [hawk/run-tests (fn [& _args] single-run-summary)]
(testing "run single time"
(is (= single-run-summary
(hawk/find-and-run-tests-repl {:only 'mb.hawk.core-test/dummy-test :times 1}))))
(hawk/find-and-run-tests-repl {:times 1}))))

(testing "run multiple will combine the summary of all the runs"
(is (= (apply merge-with + (repeat 3 single-run-summary))
(hawk/find-and-run-tests-repl {:only 'mb.hawk.core-test/dummy-test :times 3})))))))
(hawk/find-and-run-tests-repl {:times 3})))))))

0 comments on commit 8fb953d

Please sign in to comment.