MCPcopy Create free account
hub / github.com/go-telegram/bot / TestIsMigrateErrorFalse

Function TestIsMigrateErrorFalse

errors_test.go:77–82  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

75}
76
77func TestIsMigrateErrorFalse(t *testing.T) {
78 err := errors.New("some other error")
79 if IsMigrateError(err) {
80 t.Errorf("expected IsMigrateError to return false")
81 }
82}

Callers

nothing calls this directly

Calls 1

IsMigrateErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…