Skip to content

Commit

Permalink
Update monitors/command_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: KADOTA, Kyohei <lufia@users.noreply.github.com>
  • Loading branch information
kmuto and lufia authored Jan 22, 2024
1 parent 05275c4 commit 9455db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitors/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestDiffMonitorsWithScopes(t *testing.T) {
}
}

func TestMonitorLoadRules(t *testing.T) {
func TestMonitorLoadRulesWithBOM(t *testing.T) {
tmpFile, err := os.CreateTemp("", "")
if err != nil {
t.Errorf("should not raise error: %v", err)
Expand Down

0 comments on commit 9455db9

Please sign in to comment.