Skip to content

Commit

Permalink
fix spelling err
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaGreben committed Jan 3, 2019
1 parent 0e4f865 commit 135f33f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/validator/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func testValidateResources(t *testing.T, container *corev1.Container, resourceCo
assert.ElementsMatch(t, cv.Failures, *expectedFailures)
}

func TestVaidateHealthChecks(t *testing.T) {
func TestValidateHealthChecks(t *testing.T) {

// Test setup.
p1 := conf.Probes{}
Expand Down Expand Up @@ -210,7 +210,7 @@ func TestVaidateHealthChecks(t *testing.T) {
}
}

func TestVaidateImage(t *testing.T) {
func TestValidateImage(t *testing.T) {

// Test setup.
i1 := conf.Images{}
Expand Down

0 comments on commit 135f33f

Please sign in to comment.