mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 06:18:17 +00:00
Ensure defrag doesnt run when testing hole coalescing
This commit is contained in:
parent
15dd95d420
commit
9a50e453b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue