test/test.py: Fix ['Column0'] -> ['', 'Column0']
[igor.git] / test / test.py
index 1934493cd63c25776f7681b3b78b9016e90fa701..841cf452c90e39a6d1b129b93f4b6f93698699e9 100644 (file)
@@ -196,7 +196,7 @@ r"""Test the igor module by loading sample files.
           'data_units': '',
           'dimension_units': '',
           'formula': '',
-          'labels': [['Column0'], [], [], []],
+          'labels': [['', 'Column0'], [], [], []],
           'note': 'This is a test.',
           'sIndices': array([], dtype=float64),
           'wData': array([ 5.,  4.,  3.,  2.,  1.], dtype=float32),
@@ -459,7 +459,7 @@ r"""Test the igor module by loading sample files.
           'data_units': '',
           'dimension_units': '',
           'formula': '',
-          'labels': [['Column0'], [], [], []],
+          'labels': [['', 'Column0'], [], [], []],
           'note': 'This is a test.',
           'sIndices': array([], dtype=float64),
           'wData': array([ 5.,  4.,  3.,  2.,  1.], dtype=float32),