diff options
Diffstat (limited to 'pkg/datamaps/db_test.go')
-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) { |