From 9720803d03b202505ad65483afe83adc95cb22fc Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Tue, 11 Oct 2016 21:29:41 -0400 Subject: [PATCH] BUG/TEST: Forward kwargs to assert_series_equal. --- zipline/testing/predicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/testing/predicates.py b/zipline/testing/predicates.py index 3dd00c1d..a3dc2952 100644 --- a/zipline/testing/predicates.py +++ b/zipline/testing/predicates.py @@ -444,7 +444,7 @@ def _register_assert_ndframe_equal(type_, assert_eq): assert_eq( result, expected, - **filter_kwargs(assert_frame_equal, kwargs) + **filter_kwargs(assert_eq, kwargs) ) except AssertionError as e: raise AssertionError(