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