Skip to content

Commit

Permalink
Merge pull request #456 from redhatrises/fix_typo
Browse files Browse the repository at this point in the history
fix: fix typo in configmap_test.go
  • Loading branch information
redhatrises authored Nov 9, 2023
2 parents 8cd60e2 + f8084bf commit 528b71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/assets/configmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ func TestSensorConfigMap(t *testing.T) {

got := SensorConfigMap("test", "test", common.FalconKernelSensor, config.SensorEnvVars())
if diff := cmp.Diff(&want, &got); diff != "" {
t.Errorf("getTermGracePeriod() mismatch (-want +got): %s", diff)
t.Errorf("SensorConfigMap() mismatch (-want +got): %s", diff)
}
}

0 comments on commit 528b71a

Please sign in to comment.