X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/a2ef262a164fc735b9b8471ac0c8001eea2b9bf6..117c2040b807dfd3cc578e8b5ba07ce504b102fe:/hotline/user_test.go diff --git a/hotline/user_test.go b/hotline/user_test.go index 90c59f7..2429009 100644 --- a/hotline/user_test.go +++ b/hotline/user_test.go @@ -83,7 +83,7 @@ func TestNegatedUserString(t *testing.T) { } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { - if got := encodeString(tt.args.encodedString); !bytes.Equal(got, tt.want) { + if got := EncodeString(tt.args.encodedString); !bytes.Equal(got, tt.want) { t.Errorf("NegatedUserString() = %x, want %x", got, tt.want) } })