Skip to content

Commit

Permalink
fix build: add missing fields in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
npazosmendez committed Feb 22, 2024
1 parent d31e176 commit e9451ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,7 @@ func TestMetrics(t *testing.T) {
Until: 1410346865,
},
},
"UTC",
},
{
"holtWintersAberration(metric1,3,'6d')",
Expand Down Expand Up @@ -975,6 +976,7 @@ func TestMetrics(t *testing.T) {
Until: 1410346865,
},
},
"UTC",
},
{
"holtWintersConfidenceBands(metric1)",
Expand All @@ -995,6 +997,7 @@ func TestMetrics(t *testing.T) {
Until: 1410346865,
},
},
"UTC",
},
{
"holtWintersConfidenceBands(metric1, 4, '1d')",
Expand All @@ -1017,6 +1020,7 @@ func TestMetrics(t *testing.T) {
Until: 1410346865,
},
},
"UTC",
},
{
"holtWintersConfidenceBands(metric1, 4, bootstrapInterval='3d')",
Expand All @@ -1041,6 +1045,7 @@ func TestMetrics(t *testing.T) {
Until: 1410346865,
},
},
"UTC",
},
{
"holtWintersForecast(metric1,'1d')",
Expand All @@ -1061,6 +1066,7 @@ func TestMetrics(t *testing.T) {
Until: 1410346865,
},
},
"UTC",
},
{
"smartSummarize(metric1, '1h', 'sum', 'seconds')",
Expand Down

0 comments on commit e9451ba

Please sign in to comment.