Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Jul 22, 2024
1 parent fff323f commit a201365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ def date_to_ms(date):
filter = QueryFilter(query_start_time_range=TimeRange(start_time_ms=date_to_ms('2023-01-01'),
end_time_ms=date_to_ms('2023-01-02')))
queries = w.query_history.list(filter_by=filter)
for q in queries:
for q in queries.res:
print(q)

0 comments on commit a201365

Please sign in to comment.