Update version_test.go

run ./hack/verify-gofmt.sh
This commit is contained in:
Octopusjust
2022-07-18 14:15:06 +08:00
committed by GitHub
parent ba80421254
commit db0bfd8727

View File

@@ -382,8 +382,8 @@ func TestKubeadmVersion(t *testing.T) {
parsingError: true,
},
{
name: "invalid version with label and stray dot",
input: "v1.8.0-alpha.2.",
name: "invalid version with label and stray dot",
input: "v1.8.0-alpha.2.",
parsingError: true,
},
{