X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/b25c4a19420c2fde1f290dd360c68b84e4eaa1ed..df1ade5433b027f9cb905e584921692313e647f5:/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 {