Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fixed typo (#4482)
Browse files Browse the repository at this point in the history
Fixed spelling mistake

Signed-off-by: mudit singh <[email protected]>
  • Loading branch information
mudit-01 authored Jan 26, 2022
1 parent 0b08eb6 commit ede74c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cli/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func TestRun_MetricsEnable(t *testing.T) {
}

for _, scenario := range testScenarios {
// Create test fixrures for test scenario
// Create test fixtures for test scenario
for _, ns := range scenario.cmd.namespaces {
newNs := newNamespace(ns, scenario.nsAnnotations)
ns, _ := fakeClient.CoreV1().Namespaces().Create(context.TODO(), newNs, metav1.CreateOptions{})
Expand Down Expand Up @@ -179,7 +179,7 @@ func TestRun_MetricsDisable(t *testing.T) {
}

for _, scenario := range testScenarios {
// Create test fixrures for test scenario
// Create test fixtures for test scenario
for _, ns := range scenario.cmd.namespaces {
newNs := newNamespace(ns, scenario.nsAnnotations)
ns, _ := fakeClient.CoreV1().Namespaces().Create(context.TODO(), newNs, metav1.CreateOptions{})
Expand Down

0 comments on commit ede74c0

Please sign in to comment.