adjust resource name to convention
This commit is contained in:
parent
6d4d60fe84
commit
51706c67c1
2 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue