mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-13 12:09:35 +03:00
Make old tests run
Previously, because of the new underline styles a couple of tests were failing due to an unexpected number of sprites being returned from the test-set-up. No new tests were added.
This commit is contained in:
parent
3c6c36487f
commit
dd192ad0b7
@ -28,7 +28,7 @@ class Rendering(BaseTest):
|
||||
self.test_ctx.__enter__()
|
||||
self.sprites, self.cell_width, self.cell_height = self.test_ctx.__enter__()
|
||||
try:
|
||||
self.assertEqual([k[0] for k in self.sprites], [0, 1, 2, 3, 4, 5, 6, 7, 8])
|
||||
self.assertEqual([k[0] for k in self.sprites], [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
|
||||
except Exception:
|
||||
self.test_ctx.__exit__()
|
||||
del self.test_ctx
|
||||
|
Loading…
Reference in New Issue
Block a user