diff --git a/tests/safeds/data/tabular/containers/_table/test_sort_rows.py b/tests/safeds/data/tabular/containers/_table/test_sort_rows.py index 80320ede7..9772dc112 100644 --- a/tests/safeds/data/tabular/containers/_table/test_sort_rows.py +++ b/tests/safeds/data/tabular/containers/_table/test_sort_rows.py @@ -18,9 +18,7 @@ Table({"col1": [1, 2, 3]}), ), ], - ids=["empty", "3 rows"], - ) def test_should_return_sorted_table( table: Table, @@ -45,9 +43,7 @@ def test_should_return_sorted_table( Table({"col1": [3, 2, 1]}), ), ], - ids=["empty", "3 rows"], - ) def test_should_not_modify_original_table( table: Table,