Skip to content

Commit

Permalink
prereliz v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hal9000cc committed Dec 17, 2022
1 parent fc809b4 commit 5d551be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ def test_store(clear_data, test_source, test_symbol, a_timeframe):
indicators = lti.Indicators('binance', **clear_data)
ohlcv = indicators.OHLCV(test_symbol, a_timeframe, '2022-07-01', '2022-07-02').copy()

indicators = lti.Indicators('binance', **clear_data)
ohlcv1 = indicators.OHLCV(test_symbol, a_timeframe, '2022-07-01', '2022-07-02').copy()

assert ohlcv == ohlcv1

0 comments on commit 5d551be

Please sign in to comment.