mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
Ensure defrag doesnt run when testing hole coalescing
This commit is contained in:
@@ -343,7 +343,7 @@ class TestGraphics(BaseTest):
|
||||
|
||||
# test hole coalescing
|
||||
reset()
|
||||
for i in range(1, 6):
|
||||
for i in range(1, 8):
|
||||
self.assertIsNone(add(i, str(i)*i))
|
||||
dc.wait_for_write()
|
||||
remove(2)
|
||||
|
||||
Reference in New Issue
Block a user