diff --git a/kitty_tests/graphics.py b/kitty_tests/graphics.py index a96458927..0801369e4 100644 --- a/kitty_tests/graphics.py +++ b/kitty_tests/graphics.py @@ -366,3 +366,4 @@ class TestGraphics(BaseTest): self.ae(put_ref(s, id=iid), (iid, ('OK', f'i={iid}'))) delete('I', i=iid) self.ae(put_ref(s, id=iid), (iid, ('ENOENT', f'i={iid}'))) + self.ae(s.grman.image_count, 0)