Skip to content

Commit

Permalink
Fix check.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Jun 15, 2020
1 parent 052a046 commit 1dc0b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/common/metrics/scope_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func Test_TaggedScope_WithMultiTags(t *testing.T) {
require.Equal(t, 1, len(reporter.counts))
require.Equal(t, int64(3), reporter.counts[0].value)

//lint:ignore SA5012 as we test exact for this
require.Panics(t, func() { taggedScope.GetTaggedScope("tag") })
}

Expand Down

0 comments on commit 1dc0b6c

Please sign in to comment.