From 86cd3727a087128a5f33bfb722de6adbaeb5e549 Mon Sep 17 00:00:00 2001 From: jem Date: Tue, 28 May 2019 08:43:44 +0200 Subject: [PATCH] added bindings --- test/src/data_test_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/data_test_test.clj b/test/src/data_test_test.clj index e02cd7f..06e6471 100644 --- a/test/src/data_test_test.clj +++ b/test/src/data_test_test.clj @@ -42,7 +42,7 @@ (is (= input expectation))) -(macroexpand-1 '(sut/defdatatest should-test-with-data-macro-version (is (= 1 1)))) +(macroexpand-1 '(sut/defdatatest should-test-with-data-macro-version [input expectation] (is (= 1 1)))) ((-> #'should-test-with-data-macro-version meta :test))