Skip to content

Commit

Permalink
fixup! fixup! Remove the JS runtime from threshold calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Jan 10, 2022
1 parent e4567fb commit c992f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats/thresholds_test.go
Expand Up @@ -410,7 +410,7 @@ func TestThresholds_Run(t *testing.T) {
t.Run(testCase.name, func(t *testing.T) {
t.Parallel()

thresholds, err := NewThresholds([]string{"p(95)<200"})
thresholds, err := NewThresholds([]string{"p(95)<2000"})
require.NoError(t, err, "Initializing new thresholds should not fail")

gotOk, gotErr := thresholds.Run(testCase.args.sink, testCase.args.duration)
Expand Down

0 comments on commit c992f76

Please sign in to comment.