aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/datamaps')
-rw-r--r--pkg/datamaps/db_test.go2
-rw-r--r--pkg/datamaps/reader_test.go2
-rw-r--r--pkg/datamaps/testdata/datamap_matches_test_template.csv (renamed from pkg/datamaps/testdata/short/datamap_matches_test_template.csv)0
-rw-r--r--pkg/datamaps/testdata/short/test_template.xlsmbin9193 -> 0 bytes
4 files changed, 2 insertions, 2 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) {
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 {
diff --git a/pkg/datamaps/testdata/short/datamap_matches_test_template.csv b/pkg/datamaps/testdata/datamap_matches_test_template.csv
index 9ff8c8c..9ff8c8c 100644
--- a/pkg/datamaps/testdata/short/datamap_matches_test_template.csv
+++ b/pkg/datamaps/testdata/datamap_matches_test_template.csv
diff --git a/pkg/datamaps/testdata/short/test_template.xlsm b/pkg/datamaps/testdata/short/test_template.xlsm
deleted file mode 100644
index 77ac56f..0000000
--- a/pkg/datamaps/testdata/short/test_template.xlsm
+++ /dev/null
Binary files differ