Add change test for chainqueue entry

This commit is contained in:
lash
2022-04-10 14:00:01 +00:00
parent 0fa12adfa1
commit 01b674d09e
5 changed files with 32 additions and 1 deletions

View File

@@ -55,5 +55,6 @@ class TestShep(TestShepBase):
self.store.put('bar', cache_adapter=MockCacheTokenTx)
if __name__ == '__main__':
unittest.main()