From 374dd4a9b792b5e2cc68ded471e5789532154fbf Mon Sep 17 00:00:00 2001 From: David Ashby Date: Mon, 20 Dec 2021 18:45:35 -0500 Subject: [PATCH] fix test --- 16/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/main_test.go b/16/main_test.go index cf060cb..c9de669 100644 --- a/16/main_test.go +++ b/16/main_test.go @@ -5,7 +5,7 @@ import ( ) func TestVersionParse(t *testing.T) { - tests := map[int64][]uint8{ + tests := map[int][]uint8{ 0: {0, 0, 0}, 1: {0, 0, 1}, 2: {0, 1, 0},