Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Henning committed Mar 31, 2024
1 parent cfa1eb2 commit ac02d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_worker(config: Config, responses, binance_ping_response, binance_get_kl

assert len(responses.calls) == 8
assert config.timescaledb.getFirstTimestamp(
config.database, config.symbols[0]) == datetime(2022, 12, 24, tzinfo=timezone.utc)
config.database, config.symbols[0]) == datetime(2022, 12, 25, tzinfo=timezone.utc)
assert config.timescaledb.getLastTimestamp(
config.database, config.symbols[0]) == datetime(2022, 12, 26, 17, 38, tzinfo=timezone.utc)

Expand Down

0 comments on commit ac02d9e

Please sign in to comment.