]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/user_test.go
Allow for personal ~ folder
[rbdr/mobius] / hotline / user_test.go
index 90c59f76a12b487011b8e2d489488030bfa7d6c0..24290096db87ae6f26f26b69aefc8f7ab7380584 100644 (file)
@@ -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)
                        }
                })