Skip to content

Commit

Permalink
tests: fix for 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 16, 2025
1 parent a5609dc commit ea9a1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def test_talib_version():
assert talib.__ta_version__[:5] == b'0.6.2'
assert talib.__ta_version__[:5] == b'0.6.4'


def test_num_functions():
Expand Down

0 comments on commit ea9a1c5

Please sign in to comment.