Skip to content

Commit

Permalink
Fix comment in test
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <george.robinson@grafana.com>
  • Loading branch information
grobinson-grafana committed Apr 11, 2024
1 parent 6df0322 commit f3b9659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestMemMarker_Muted(t *testing.T) {
r := prometheus.NewRegistry()
marker := NewMarker(r)

// No alerts should be muted.
// No groups should be muted.
timeIntervalNames, isMuted := marker.Muted("group1")
require.False(t, isMuted)
require.Empty(t, timeIntervalNames)
Expand Down

0 comments on commit f3b9659

Please sign in to comment.