Browse Source

remove forgotten modin test

jrobinAV 1 year ago
parent
commit
7a43170092
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/core/data/test_parquet_data_node.py

+ 0 - 1
tests/core/data/test_parquet_data_node.py

@@ -346,7 +346,6 @@ class TestParquetDataNode:
         "data",
         [
             [{"a": 11, "b": 22, "c": 33}, {"a": 44, "b": 55, "c": 66}],
-            pd.DataFrame([{"a": 11, "b": 22, "c": 33}, {"a": 44, "b": 55, "c": 66}]),
             modin_pd.DataFrame([{"a": 11, "b": 22, "c": 33}, {"a": 44, "b": 55, "c": 66}]),
         ],
     )