From 4168619b30151b86f2d4515fd18828af51a878a8 Mon Sep 17 00:00:00 2001 From: Noah Bogart Date: Mon, 18 Nov 2024 23:48:22 -0500 Subject: [PATCH] Fix test --- test/clojure/lazytest/config_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clojure/lazytest/config_test.clj b/test/clojure/lazytest/config_test.clj index a455d48..e014f4a 100644 --- a/test/clojure/lazytest/config_test.clj +++ b/test/clojure/lazytest/config_test.clj @@ -10,7 +10,7 @@ (it "works" (expect (match? {:output [:keyword] - :reporter fn?} + :reporter :keyword} (sut/->config {:output :keyword})))) (it "resolves by default to lazytest.reporters" (expect