Skip to content

Commit de674ea

Browse files
Fix lint
Signed-off-by: George Robinson <[email protected]>
1 parent fa30d1d commit de674ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

silence/silence_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ func TestSilenceLimits(t *testing.T) {
541541
require.NotEqual(t, "", id4)
542542

543543
// Update without modifications.
544-
updateId4, err := s.Set(sil4)
544+
updateID4, err := s.Set(sil4)
545545
require.NoError(t, err)
546-
require.Equal(t, id4, updateId4)
546+
require.Equal(t, id4, updateID4)
547547

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

0 commit comments

Comments
 (0)