From cf0aaf25fa7d2791f3a85c5e395393774fe8a5b1 Mon Sep 17 00:00:00 2001 From: joanne cheng Date: Wed, 10 Sep 2025 14:15:05 +0200 Subject: [PATCH] remove ''#' from integration test spec --- test/features/plugins/orchestra_plugin.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/features/plugins/orchestra_plugin.feature b/test/features/plugins/orchestra_plugin.feature index 8c06335f..94fd7ee6 100644 --- a/test/features/plugins/orchestra_plugin.feature +++ b/test/features/plugins/orchestra_plugin.feature @@ -45,7 +45,7 @@ Feature: Orchestra (spec instrumentation) """ ERROR in orchestra-test/spec-fail-test (orchestra_test.clj:11) Just testing simple-fn - Call to #'orchestra-test/simple-fn did not conform to spec. + Call to orchestra-test/simple-fn did not conform to spec. orchestra_test.clj:11 -- Spec failed --------------------