From a2ef262a164fc735b9b8471ac0c8001eea2b9bf6 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:23:56 -0700 Subject: Refactoring, cleanup, test backfilling --- hotline/user_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hotline/user_test.go') 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{ -- cgit