diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-07-29 09:20:06 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-07-29 09:20:06 +0100 |
commit | 7a47e9fec3ad12ce95f17f275531cbdf69f2ebab (patch) | |
tree | 0d556a9c888c8a2e23b295783614c1d5bc8325a4 /pkg/datamaps/db_test.go | |
parent | 0e04de97d5cdb72e16f5cc4afe49dfedf36a25bb (diff) |
removed short dir in testdata
Diffstat (limited to '')
-rw-r--r-- | pkg/datamaps/db_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/datamaps/db_test.go b/pkg/datamaps/db_test.go index 88fa640..ecf0f6c 100644 --- a/pkg/datamaps/db_test.go +++ b/pkg/datamaps/db_test.go @@ -14,7 +14,7 @@ var singleTarget string = "./testdata/test_template.xlsm" var opts = Options{ DBPath: "./testdata/test.db", DMName: "First Datamap", - DMPath: "./testdata/short/datamap_matches_test_template.csv", + DMPath: "./testdata/datamap_matches_test_template.csv", } func dbSetup() (*sql.DB, error) { |