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

Function newTestLogger

api/transaction_api_test.go:75–77  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

73}
74
75func newTestLogger(t *testing.T) *testLogger {
76 return &testLogger{t: t}
77}
78
79func (tl *testLogger) Debug(args ...interface{}) {
80 tl.t.Logf("ASYNQ_DEBUG: %s", fmt.Sprint(args...))

Callers 1

StartTestAsynqWorkerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected