fatedier 6 years ago
parent
commit
3726f99b04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/version/version_test.go

+ 1 - 1
utils/version/version_test.go

@@ -61,5 +61,5 @@ func TestCompact(t *testing.T) {
 	assert.True(ok)
 
 	ok, _ = Compat("0.10.0")
-	assert.True(ok)
+	assert.False(ok)
 }