This commit is contained in:
David 2021-12-20 18:45:35 -05:00
parent 41c58fa100
commit 374dd4a9b7
1 changed files with 1 additions and 1 deletions

View File

@ -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},