Skip to content

Commit

Permalink
Fix empty test for CardinalityLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Nov 30, 2023
1 parent 9d6b55b commit f1c9a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/metric/internal/x/x_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func TestCardinalityLimit(t *testing.T) {
})

t.Run("empty", func(t *testing.T) {
t.Setenv(key, "false")
assert.False(t, CardinalityLimit.Enabled())

v, ok := CardinalityLimit.Lookup()
Expand Down

0 comments on commit f1c9a92

Please sign in to comment.