Skip to content

Commit b908d9a

Browse files
committed
fix tests
1 parent 734fa3f commit b908d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/examples_test.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(let [{exit :exit
1616
out :out
1717
err :err} (sh "./minimal.clj" :dir "./examples")
18-
fixture "vero/running: (git rev-parse --show-toplevel)
18+
fixture "[36mvero »[0m (git rev-parse --show-toplevel)
1919
minimal.clj
2020
2121
Usage:
@@ -31,7 +31,7 @@ Options:
3131
(let [{exit :exit
3232
out :out
3333
err :err} (sh "./extra-classpath.clj" "example-method" :dir "./examples")
34-
fixture "vero/running: (git rev-parse --show-toplevel)
34+
fixture "[36mvero »[0m (git rev-parse --show-toplevel)
3535
Example method from an extra classpath"]
3636
(is (= 0 exit))
3737
(is (= (string/trim out) (string/trim fixture))))))

0 commit comments

Comments
 (0)