aboutsummaryrefslogtreecommitdiff
path: root/hotline/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hotline/user_test.go')
-rw-r--r--hotline/user_test.go2
1 files changed, 1 insertions, 1 deletions
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)
}
})