mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
245f5d60b5
commit
4a60413e0b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue