MCPcopy Create free account
hub / github.com/daodst/chat / MustNotError

Function MustNotError

keyserver/storage/storage_test.go:27–33  ·  view source on GitHub ↗
(t *testing.T, err error)

Source from the content-addressed store, hash-verified

25}
26
27func MustNotError(t *testing.T, err error) {
28 t.Helper()
29 if err == nil {
30 return
31 }
32 t.Fatalf("operation failed: %s", err)
33}
34
35func TestKeyChanges(t *testing.T) {
36 test.WithAllDatabases(t, func(t *testing.T, dbType test.DBType) {

Callers 4

TestKeyChangesFunction · 0.85
TestKeyChangesNoDupesFunction · 0.85
TestKeyChangesUpperLimitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected