MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / Fatal

Method Fatal

api/transaction_api_test.go:95–97  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

93}
94
95func (tl *testLogger) Fatal(args ...interface{}) {
96 tl.t.Logf("ASYNQ_FATAL: %s", fmt.Sprint(args...)) // t.Fatalf would exit test
97}
98
99// StartTestAsynqWorker sets up and starts an Asynq server for testing purposes.
100// It takes the testing object, configuration, LedgerForge instance, and the specific transaction queue name.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected