Skip to content

Commit 554c11f

Browse files
committed
update join count
1 parent e31e728 commit 554c11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/modin/test_faster_pandas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def test_isin_list(session):
688688
assert_frame_equal(snow_result, native_result, check_dtype=False)
689689

690690

691-
@sql_count_checker(query_count=3)
691+
@sql_count_checker(query_count=3, join_count=2)
692692
def test_isin_series(session):
693693
with session_parameter_override(
694694
session, "dummy_row_pos_optimization_enabled", True

0 commit comments

Comments
 (0)