(t *testing.T)
| 7 | ) |
| 8 | |
| 9 | func TestLoginSerial(t *testing.T) { |
| 10 | original := NewLogin("github", "jean") |
| 11 | loaded := testCredentialSerial(t, original) |
| 12 | assert.Equal(t, original.Login, loaded.(*Login).Login) |
| 13 | } |
nothing calls this directly
no test coverage detected