Skip to content

Commit 37ff916

Browse files
committed
sty
1 parent 5170425 commit 37ff916

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

labman/gui/test/test_plate.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ def test_get_plate_list_handler(self):
163163
self.assertEqual(obs_data[0][1], 'Test plate 1')
164164
datetime.strptime(obs_data[0][2], '%Y-%m-%d %H:%M:%S.%f')
165165
self.assertEqual(obs_data[0][3],
166-
['Identification of the Microbiomes for Cannabis Soils'])
166+
['Identification of the Microbiomes for Cannabis '
167+
'Soils'])
167168

168169
# compressed and normalized gdna plates
169170
response = self.get(
@@ -195,7 +196,8 @@ def test_get_plate_list_handler(self):
195196
self.assertEqual(obs_data[0][0], 24)
196197
self.assertEqual(obs_data[0][1], 'Test compressed gDNA plates 1-4')
197198
self.assertEqual(obs_data[0][3],
198-
['Identification of the Microbiomes for Cannabis Soils'])
199+
['Identification of the Microbiomes for Cannabis '
200+
'Soils'])
199201

200202
def test_get_plate_map_handler(self):
201203
response = self.get('/plate')

0 commit comments

Comments
 (0)