X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/b25c4a19420c2fde1f290dd360c68b84e4eaa1ed..8fc43f8e53a60144f49b92a0c28b0c939a69d1c9:/hotline/user_test.go?ds=sidebyside diff --git a/hotline/user_test.go b/hotline/user_test.go index 705dec0..2268a3e 100644 --- a/hotline/user_test.go +++ b/hotline/user_test.go @@ -105,7 +105,7 @@ func TestNegatedUserString(t *testing.T) { args: args{ encodedString: []byte("foo1"), }, - want: []byte{0x99, 0x90, 0x90, 0xce }, + want: []byte{0x99, 0x90, 0x90, 0xce}, }, } for _, tt := range tests {