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