diff options
Diffstat (limited to 'hotline/user_test.go')
| -rw-r--r-- | hotline/user_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/user_test.go b/hotline/user_test.go index c55e35d..90c59f7 100644 --- a/hotline/user_test.go +++ b/hotline/user_test.go @@ -28,7 +28,7 @@ func TestReadUser(t *testing.T) { }, }, want: &User{ - ID: []byte{ + ID: [2]byte{ 0x00, 0x01, }, Icon: []byte{ |