X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/80aed6b19ff0b0927670e459ce5cc7a16ef047ec..fd740bc499ebc6d3a381479316f74cdc736d02de:/hotline/user_test.go?ds=sidebyside 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) } })