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/reader_test.go | |
parent | 0e04de97d5cdb72e16f5cc4afe49dfedf36a25bb (diff) |
removed short dir in testdata
Diffstat (limited to 'pkg/datamaps/reader_test.go')
-rw-r--r-- | pkg/datamaps/reader_test.go | 2 |
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 { |