Skip to content

Commit ea9a1c5

Browse files
committed
tests: fix for 0.6.4
1 parent a5609dc commit ea9a1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_func.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def test_talib_version():
10-
assert talib.__ta_version__[:5] == b'0.6.2'
10+
assert talib.__ta_version__[:5] == b'0.6.4'
1111

1212

1313
def test_num_functions():

0 commit comments

Comments
 (0)