MCPcopy Create free account
hub / github.com/git-bug/git-bug / TestLoginSerial

Function TestLoginSerial

bridge/core/auth/login_test.go:9–13  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestLoginSerial(t *testing.T) {
10 original := NewLogin("github", "jean")
11 loaded := testCredentialSerial(t, original)
12 assert.Equal(t, original.Login, loaded.(*Login).Login)
13}

Callers

nothing calls this directly

Calls 2

NewLoginFunction · 0.85
testCredentialSerialFunction · 0.85

Tested by

no test coverage detected