Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-yzou committed Jan 23, 2025
1 parent 3c94c03 commit cd5c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/modin/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def _get_data(call):
def test_telemetry_func_call_count(session):
# TODO (SNOW-1893699): test failing on github with sql simplifier disabled.
# Turn this back on once fixed.
if session.sql_simpifier_enabbled is False:
if session.sql_simplifier_enabled is False:
return

with SqlCounter(query_count=4):
Expand Down

0 comments on commit cd5c756

Please sign in to comment.