avanigupta Claude Opus 4.6 (1M context) commited on
Commit
0e13037
·
1 Parent(s): f1b7439

fix easy task test for updated issue types

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. 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 "out_of_range" in types
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):