diff --git a/test/dda/backup/restic/domain_test.clj b/test/dda/backup/restic/domain_test.clj index 919c222..0c714d1 100644 --- a/test/dda/backup/restic/domain_test.clj +++ b/test/dda/backup/restic/domain_test.clj @@ -1,14 +1,8 @@ (ns dda.backup.restic.domain-test (:require [clojure.test :refer [deftest is are testing run-tests]] - [orchestra.spec.test :as st] [dda.backup.restic.domain :as cut])) -(st/instrument `cut/repo-command) -(st/instrument `cut/init-repo-command) -(st/instrument `cut/unlock-repo-command) -(st/instrument `cut/forget-command) - (deftest should-calculate-repo-command (is (= [{:dir "dir"} "restic"