MCPcopy
hub / github.com/gotify/server / TestBCryptFailure

Function TestBCryptFailure

auth/password/password_test.go:19–21  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

17}
18
19func TestBCryptFailure(t *testing.T) {
20 assert.Panics(t, func() { CreatePassword("secret", 12312) })
21}

Callers

nothing calls this directly

Calls 1

CreatePasswordFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…