Fix broken test.

This commit is contained in:
Sam Rose 2023-12-13 11:58:56 +00:00
parent 810f369f88
commit 4934b4a428
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ class InMemoryQueue {
})
}
async isReady() {
return true
}
// simply puts a message to the queue and emits to the queue for processing
/**
* Simple function to replicate the add message functionality of Bull, putting