Skip to content

Commit 20f454d

Browse files
committed
Add source of tests
Signed-off-by: Subhramit Basu Bhowmick <[email protected]> Signed-off-by: subhramit <[email protected]>
1 parent dbfccb7 commit 20f454d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/engine_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -5873,6 +5873,7 @@ func queryExplanation(q promql.Query) string {
58735873
return fmt.Sprintf("Query: %s\nExplanation:\n%s\n", q.String(), b.String())
58745874
}
58755875

5876+
// Adapted from: https://github.com/prometheus/prometheus/blob/906f6a33b60cec2596018ac8cc97ac41b16b06b7/promql/promqltest/testdata/functions.test#L814
58765877
func TestDoubleExponentialSmoothing(t *testing.T) {
58775878
t.Parallel()
58785879

0 commit comments

Comments
 (0)