fix test
This commit is contained in:
parent
41c58fa100
commit
374dd4a9b7
@ -5,7 +5,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestVersionParse(t *testing.T) {
|
func TestVersionParse(t *testing.T) {
|
||||||
tests := map[int64][]uint8{
|
tests := map[int][]uint8{
|
||||||
0: {0, 0, 0},
|
0: {0, 0, 0},
|
||||||
1: {0, 0, 1},
|
1: {0, 0, 1},
|
||||||
2: {0, 1, 0},
|
2: {0, 1, 0},
|
||||||
|
Loading…
Reference in New Issue
Block a user