From 4a60413e0b88f2f484ee54583725474fcc419ebb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 3 Dec 2020 21:38:42 +0530 Subject: [PATCH] ... --- kitty_tests/graphics.py | 1 + 1 file changed, 1 insertion(+) 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)