Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed Apr 3, 2024
1 parent eda57d2 commit bd96c0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func TestMemMarker_DeleteByGroupKey(t *testing.T) {
timeIntervalNames, isMuted = marker.Muted("group1", muted.Fingerprint())
require.False(t, isMuted)
require.Empty(t, timeIntervalNames)

}

func TestMemMarker_Count(t *testing.T) {
Expand Down

0 comments on commit bd96c0b

Please sign in to comment.