Skip to content

Commit 4270665

Browse files
committed
Fix another test typo.
1 parent e38ade1 commit 4270665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talib/test_polars.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def test_TEVA():
5454
)
5555
tema = abstract.TEMA(df, timeperiod=9)
5656
assert_is_instance(tema, pl.Series)
57-
assert_equal(len(tema), 50)
57+
assert_equals(len(tema), 50)

0 commit comments

Comments
 (0)