(args ...interface{})
| 4751 | } |
| 4752 | |
| 4753 | func (tl *testLogger) Fatal(args ...interface{}) { |
| 4754 | tl.t.Logf("ASYNQ_FATAL: %s", fmt.Sprint(args...)) // t.Fatalf would exit test |
| 4755 | } |
| 4756 | |
| 4757 | // startTestAsynqWorker sets up and starts an Asynq server for testing purposes. |
| 4758 | // It takes the testing object, configuration, LedgerForge instance, and the specific transaction queue name. |
no outgoing calls
no test coverage detected