From 4e476e7f55cfd3aaf38ccbf7541731998eec853a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 4 Aug 2020 16:53:46 +0100 Subject: fixed failing test created by changing the datamap in the master test --- pkg/datamaps/testdata/datamap_for_master_test.csv | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/datamaps/testdata/datamap_for_master_test.csv (limited to 'pkg/datamaps/testdata/datamap_for_master_test.csv') diff --git a/pkg/datamaps/testdata/datamap_for_master_test.csv b/pkg/datamaps/testdata/datamap_for_master_test.csv new file mode 100644 index 0000000..cb6178a --- /dev/null +++ b/pkg/datamaps/testdata/datamap_for_master_test.csv @@ -0,0 +1,19 @@ +cell_key,template_sheet,cellreference +A Date,Summary,B2 +A String,Summary,B3 +A String2,Summary,C3 +A String3,Summary,D3 +A Float,Summary,B4 +An Integer,Summary,B5 +A Date 1,Another Sheet,B3 +A String 1,Another Sheet,B4 +A Float 1,Another Sheet,B5 +An Integer 1,Another Sheet,B6 +A Date 2,Another Sheet,D3 +A String 2,Another Sheet,D4 +A Float 3,Another Sheet,D5 +An Integer 3,Another Sheet,D6 +A Ten Integer,Introduction,A1 +A Test String,Introduction,C9 +A Vunt String,Introduction,C22 +A Parrot String,Introduction,J9 -- cgit v1.2.3