Skip to content

Commit

Permalink
[master] Fix spelling errors
Browse files Browse the repository at this point in the history
Produced via:
  `github.com/client9/misspell`
/assign ImJasonH vdemeester
/cc ImJasonH vdemeester
  • Loading branch information
mattmoor authored and tekton-robot committed Jun 4, 2020
1 parent ec1de73 commit 4f670ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pod/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ func TestShouldAddReadyAnnotationonPodCreate(t *testing.T) {
t.Run(tc.description, func(t *testing.T) {
kubclient := fakek8s.NewSimpleClientset(tc.configMap)
if result := shouldAddReadyAnnotationOnPodCreate(tc.sidecars, kubclient); result != tc.expected {
t.Errorf("expected: %t Recieved: %t", tc.expected, result)
t.Errorf("expected: %t Received: %t", tc.expected, result)
}
})
}
Expand Down

0 comments on commit 4f670ce

Please sign in to comment.