Explorar el Código

remove forgotten modin test

jrobinAV hace 1 año
padre
commit
7a43170092
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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}]),
         ],
     )