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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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