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 Jun 14, 2024
1 parent fa30d1d commit 41e148f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions silence/silence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ func TestSilenceLimits(t *testing.T) {
require.NotEqual(t, "", id4)

// Update without modifications.
updateId4, err := s.Set(sil4)
updateID4, err := s.Set(sil4)
require.NoError(t, err)
require.Equal(t, id4, updateId4)
require.Equal(t, id4, updateID4)

// Should be able to update the comment.
sil5 := cloneSilence(sil4)
Expand Down

0 comments on commit 41e148f

Please sign in to comment.