Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
blublinsky committed Nov 9, 2024
1 parent 0c45de9 commit 0b75d64
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apiserver/pkg/model/converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,6 @@ func TestPopulateTemplate(t *testing.T) {
if len(template.NodeSelector) != 0 {
t.Errorf("failed to convert config map, expected no node selector, got %d", len(template.NodeSelector))
}
if len(template.NodeSelector) != 0 {
t.Errorf("failed to convert config map, expected no node selector, got %d", len(template.NodeSelector))
}
if len(template.Tolerations) != 1 {
t.Errorf("failed to convert config map, expected 1 toleration, got %d", len(template.Tolerations))
}
Expand Down

0 comments on commit 0b75d64

Please sign in to comment.