From 693c878781b7853777f5d8c8a7010a3188853f68 Mon Sep 17 00:00:00 2001 From: Edd Robinson Date: Thu, 14 Oct 2021 09:19:19 +0100 Subject: [PATCH] refactor: update test --- query_tests/src/influxrpc/read_window_aggregate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/query_tests/src/influxrpc/read_window_aggregate.rs b/query_tests/src/influxrpc/read_window_aggregate.rs index a0f39e516f..39ea4c6a37 100644 --- a/query_tests/src/influxrpc/read_window_aggregate.rs +++ b/query_tests/src/influxrpc/read_window_aggregate.rs @@ -350,7 +350,7 @@ async fn test_grouped_series_set_plan_group_aggregate_sum_defect_2697() { let every = WindowDuration::from_nanoseconds(10); 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 let expected_results = vec![ "+---------+--------------------------------+-----+-------+",