Skip to content

Commit b2cdd2f

Browse files
committed
update test
1 parent 692ff4d commit b2cdd2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,6 @@ def test_switch_metrics(pico_df, cluster_df):
12881288
def test_handler(metric: str, value) -> None:
12891289
nonlocal count
12901290
if metric.startswith("modin.hybrid.auto"):
1291-
assert "from.Big_Data_Cloud.to.Small_Data_Local" in metric
12921291
count += 1
12931292

12941293
add_metric_handler(test_handler)
@@ -1301,7 +1300,7 @@ def test_handler(metric: str, value) -> None:
13011300
df = pd.DataFrame([1] * 10)
13021301
assert df.get_backend() == "Big_Data_Cloud"
13031302
df.describe()
1304-
assert count == 9
1303+
assert count == 8
13051304
finally:
13061305
clear_metric_handler(test_handler)
13071306

0 commit comments

Comments
 (0)