Add more unit tests

This commit is contained in:
Jamie Curnow
2024-11-07 13:00:07 +10:00
parent 208037946f
commit 3774a40498
14 changed files with 810 additions and 24 deletions

View File

@ -34,6 +34,8 @@ func Shutdown() error {
return eris.New("Unable to shutdown, jobqueue has not been started")
}
cancel()
worker = nil
cancel = nil
return nil
}