Spaces:
Sleeping
Sleeping
Commit ·
0e13037
1
Parent(s): f1b7439
fix easy task test for updated issue types
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- tests/test_tasks.py +1 -1
tests/test_tasks.py
CHANGED
|
@@ -57,7 +57,7 @@ class TestTaskEasy:
|
|
| 57 |
assert "missing_value" in types
|
| 58 |
assert "wrong_type" in types
|
| 59 |
assert "duplicate_row" in types
|
| 60 |
-
assert "
|
| 61 |
assert "inconsistent_value" in types
|
| 62 |
|
| 63 |
def test_corrupted_csv_differs_from_clean(self, task):
|
|
|
|
| 57 |
assert "missing_value" in types
|
| 58 |
assert "wrong_type" in types
|
| 59 |
assert "duplicate_row" in types
|
| 60 |
+
assert "format_violation" in types
|
| 61 |
assert "inconsistent_value" in types
|
| 62 |
|
| 63 |
def test_corrupted_csv_differs_from_clean(self, task):
|