Skip to content

Commit ccd5943

Browse files
committed
Increase coverage back to 100.0%
1 parent 330ea80 commit ccd5943

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

version_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,13 @@ func TestVersionComparator(t *testing.T) {
9595
"1.0.0",
9696
"1.0.1",
9797
"1.1.1",
98+
"1.1.8",
99+
"1.1.22",
98100
"1.6.22",
99101
"1.8.1",
102+
"1.20.0",
100103
"2.1.1",
104+
"10.0.0",
101105
)
102106
equal(
103107
MustParse(""),

0 commit comments

Comments
 (0)