Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Oct 19, 2021
1 parent d5409cf commit 0b38e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def _test_smoke(self, creds_fn):
cell = await ws.cell(row, col)
self.assertEqual(cell.value, val)

self.assertEqual(await ws.get_values(), [['1/1', '1/2'], ['2/1', '2/2']])
self.assertEqual(await ws.get_values(), [["1/1", "1/2"], ["2/1", "2/2"]])

await ss.del_worksheet(ws)
self.assertEqual(0, len(ss._ws_cache_idx))
Expand Down

0 comments on commit 0b38e3e

Please sign in to comment.