Codebase list comidi-clojure / 3abbed1a-a076-4778-b06b-a65eaacec79f/main
Refresh patches. Debian Janitor 4 years ago
1 changed file(s) with 4 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
2020 test/puppetlabs/comidi_test.clj | 2 +-
2121 1 file changed, 1 insertion(+), 1 deletion(-)
2222
23 diff --git a/test/puppetlabs/comidi_test.clj b/test/puppetlabs/comidi_test.clj
24 index 0b3a53a..4d0e064 100644
25 --- a/test/puppetlabs/comidi_test.clj
26 +++ b/test/puppetlabs/comidi_test.clj
23 Index: comidi-clojure/test/puppetlabs/comidi_test.clj
24 ===================================================================
25 --- comidi-clojure.orig/test/puppetlabs/comidi_test.clj
26 +++ comidi-clojure/test/puppetlabs/comidi_test.clj
2727 @@ -1,5 +1,5 @@
2828 (ns puppetlabs.comidi-test
2929 - (require [clojure.test :refer :all]
3131 [puppetlabs.comidi :as comidi :refer :all]
3232 [schema.test :as schema-test]
3333 [schema.core :as schema]
34 --
35 2.11.0
36