Skip to content

Commit

Permalink
fix goimports error
Browse files Browse the repository at this point in the history
  • Loading branch information
pddg committed Aug 23, 2018
1 parent afee540 commit 66a9461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ func TestIsValidBmcType(t *testing.T) {
for _, ty := range invalidTypes {
if IsValidBmcType(ty) {
t.Error("validator should return false:", ty)
}
}
}
}
}

func TestIsValidLabelName(t *testing.T) {
Expand Down

0 comments on commit 66a9461

Please sign in to comment.