diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-08-04 16:53:46 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-08-04 16:53:46 +0100 |
commit | 4e476e7f55cfd3aaf38ccbf7541731998eec853a (patch) | |
tree | 4a11fa723f5fc5af1bbbed5f184158ddf4c358ab /pkg/datamaps/testdata/datamap_for_master_test.csv | |
parent | 8ee508888daf90fa3b9390ef1fdc986a09a693a0 (diff) |
fixed failing test created by changing the datamap in the master test
Diffstat (limited to 'pkg/datamaps/testdata/datamap_for_master_test.csv')
-rw-r--r-- | pkg/datamaps/testdata/datamap_for_master_test.csv | 19 |
1 files changed, 19 insertions, 0 deletions
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 |