Harden query tests

This commit is contained in:
lash
2022-03-13 16:04:14 +00:00
parent 04dfb185ce
commit 485b33866b
2 changed files with 52 additions and 12 deletions

View File

@@ -99,4 +99,5 @@ class Store:
def fail(self, k):
entry = QueueEntry(self, k)
entry.reject()
entry.load()
entry.sendfail()