MCPcopy
hub / github.com/getsops/sops / TestMasterKey_ToString

Function TestMasterKey_ToString

pgp/keysource_test.go:541–544  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

539}
540
541func TestMasterKey_ToString(t *testing.T) {
542 key := NewMasterKeyFromFingerprint(mockFingerprint)
543 assert.Equal(t, mockFingerprint, key.ToString())
544}
545
546func TestMasterKey_ToMap(t *testing.T) {
547 key := NewMasterKeyFromFingerprint(mockFingerprint)

Callers

nothing calls this directly

Calls 2

ToStringMethod · 0.65

Tested by

no test coverage detected