aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/reader_test.go
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-07-29 09:20:06 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-07-29 09:20:06 +0100
commit7a47e9fec3ad12ce95f17f275531cbdf69f2ebab (patch)
tree0d556a9c888c8a2e23b295783614c1d5bc8325a4 /pkg/datamaps/reader_test.go
parent0e04de97d5cdb72e16f5cc4afe49dfedf36a25bb (diff)
removed short dir in testdata
Diffstat (limited to 'pkg/datamaps/reader_test.go')
-rw-r--r--pkg/datamaps/reader_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/datamaps/reader_test.go b/pkg/datamaps/reader_test.go
index 1a11b0d..acecf8d 100644
--- a/pkg/datamaps/reader_test.go
+++ b/pkg/datamaps/reader_test.go
@@ -162,7 +162,7 @@ func TestExtractUsingDBDM(t *testing.T) {
opts := Options{
DBPath: "./testdata/test.db",
DMName: "First Datamap",
- DMPath: "./testdata/short/datamap_matches_test_template.csv",
+ DMPath: "./testdata/datamap_matches_test_template.csv",
}
if err := DatamapToDB(&opts); err != nil {