aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/reader_test.go
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-07-28 07:59:34 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-07-28 07:59:34 +0100
commit6ecfdefdb5010ea0e74656525996f52de172cd02 (patch)
tree78e6de04690a6661efb9b18895eda6f7565ec823 /pkg/datamaps/reader_test.go
parent79311f9f3d806b57168b7aba65235f2470555567 (diff)
reworked algorithm tha creates extractedData maps to allow the datamap sheet sequence to be any order
Diffstat (limited to 'pkg/datamaps/reader_test.go')
-rw-r--r--pkg/datamaps/reader_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/datamaps/reader_test.go b/pkg/datamaps/reader_test.go
index f784834..1a11b0d 100644
--- a/pkg/datamaps/reader_test.go
+++ b/pkg/datamaps/reader_test.go
@@ -187,10 +187,6 @@ func TestExtractUsingDBDM(t *testing.T) {
d[c.sheet][c.cellref].Value)
}
}
-
- if d["Another Sheet"]["E26"].Value != "Integer:" {
- t.Errorf("Expected E26 in Another Sheet sheet to be Integer: - instead it is %s", d["Another Sheet"]["E26"].Value)
- }
}
func TestExtract(t *testing.T) {