formating

This commit is contained in:
frankknoll
2023-01-26 21:10:54 +01:00
parent 857f86570e
commit 4b38b0a6b7

View File

@@ -46,7 +46,7 @@ class TableByBatchcodeFilterTest(unittest.TestCase):
index = pd.MultiIndex.from_tuples( index = pd.MultiIndex.from_tuples(
names = ['VAX_LOT1', 'VAX_LOT2', 'VAX_LOT3'], names = ['VAX_LOT1', 'VAX_LOT2', 'VAX_LOT3'],
tuples = [[batchcode, 'EW0175', None], tuples = [[batchcode, 'EW0175', None],
['015M20A', None, batchcode], ['015M20A', None, batchcode],
['015M20A', 'EW0175', 'dummy2']])) ['015M20A', 'EW0175', 'dummy2']]))
# When # When
@@ -62,4 +62,4 @@ class TableByBatchcodeFilterTest(unittest.TestCase):
index = pd.MultiIndex.from_tuples( index = pd.MultiIndex.from_tuples(
names = ['VAX_LOT1', 'VAX_LOT2', 'VAX_LOT3'], names = ['VAX_LOT1', 'VAX_LOT2', 'VAX_LOT3'],
tuples = [[batchcode, 'EW0175', None], tuples = [[batchcode, 'EW0175', None],
['015M20A', None, batchcode]]))) ['015M20A', None, batchcode]])))