From 2c3a0aa8a90c65bc7522a106b65022e4aa4a280c Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 30 Aug 2024 16:58:37 +0200 Subject: [PATCH] instrumention is done by testrunner --- test/dda/backup/restic/domain_test.clj | 6 ------ 1 file changed, 6 deletions(-) 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"