diff --git a/python/cudf/tests/test_binops.py b/python/cudf/tests/test_binops.py index beb81e94c34..facaa86907f 100644 --- a/python/cudf/tests/test_binops.py +++ b/python/cudf/tests/test_binops.py @@ -126,7 +126,7 @@ def test_series_logical_binop(lhstype, rhstype, binop, cubinop): result = cubinop(sr1, sr2) expect = binop(arr1, arr2) - assert_eq(result, expect) + utils.assert_eq(result, expect) _cmpops = [