refactor: update test

pull/24376/head
Edd Robinson 2021-10-14 09:19:19 +01:00
parent 8342e138b0
commit 693c878781
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ async fn test_grouped_series_set_plan_group_aggregate_sum_defect_2697() {
let every = WindowDuration::from_nanoseconds(10); let every = WindowDuration::from_nanoseconds(10);
let offset = WindowDuration::from_nanoseconds(0); let offset = WindowDuration::from_nanoseconds(0);
// The windowed aggregate is using a non-selector aggregate (SUM, COUNT). // The windowed aggregate is using a non-selector aggregate (SUM, COUNT, MEAD).
// For each distinct series the window defines the `time` column // For each distinct series the window defines the `time` column
let expected_results = vec![ let expected_results = vec![
"+---------+--------------------------------+-----+-------+", "+---------+--------------------------------+-----+-------+",