Skip to content

Commit

Permalink
Update broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Agustin Godnic committed Aug 15, 2023
1 parent f760196 commit d8cc476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/handlers/transactions/queries_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ aggregatesVaaCount = from(bucket: "wormscan")
|> filter(fn: (r) => r["_measurement"] == "vaa_count_1h")
union(tables: [aggregatesVaaCount, lastVaaCount])
|> group()
|> aggregateWindow(every: 1h, fn: sum, createEmpty: true)
|> sort(columns: ["_time"], desc: true)
`
//2023-05-04T18:39:10.985Z
Expand Down

0 comments on commit d8cc476

Please sign in to comment.