diff --git a/test/resources/data_test_test/should-test-with-data-explicit-version.edn b/test/resources/data_test_test/should_test_with_data_explicit_version.edn similarity index 100% rename from test/resources/data_test_test/should-test-with-data-explicit-version.edn rename to test/resources/data_test_test/should_test_with_data_explicit_version.edn diff --git a/test/src/data_test_test.clj b/test/src/data_test_test.clj index c5b5fd5..22d1a93 100644 --- a/test/src/data_test_test.clj +++ b/test/src/data_test_test.clj @@ -22,7 +22,7 @@ ; -------------------- explicit version ------------------ (deftest should-test-with-data-explicit-version - (let [testdata (loader/read-test-data-spec (io/resource "data_test_test/should-test-with-data-explicit-version.edn")) + (let [testdata (loader/read-test-data-spec (io/resource "data_test_test/should_test_with_data_explicit_version.edn")) {:keys [input expected]} testdata] (is (= expected input))))