Ensure defrag doesnt run when testing hole coalescing

This commit is contained in:
Kovid Goyal
2024-07-15 22:41:22 +05:30
parent 15dd95d420
commit 9a50e453b2

View File

@@ -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)