adjust resource name to convention

This commit is contained in:
jem 2019-05-31 13:55:55 +02:00
parent 6d4d60fe84
commit 51706c67c1
2 changed files with 1 additions and 1 deletions

View file

@ -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))))