diff options
| author | Anonymous Authors <anonymous@invalid.example> | 2026-07-24 13:52:11 -0500 |
|---|---|---|
| committer | Anonymous Authors <anonymous@invalid.example> | 2026-07-24 13:52:11 -0500 |
| commit | d4eb26780a8a8c70ca75812af0c3c6a295c0797c (patch) | |
| tree | 46d2aa0fca13f6db2c8226471981ce06c1423eac /tests/test_release.py | |
| parent | db293f3606a97b3e417de27124858e134005acbd (diff) | |
Restore original GAP prompts and lock prompt bytes
Diffstat (limited to 'tests/test_release.py')
| -rw-r--r-- | tests/test_release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_release.py b/tests/test_release.py index 3653ff1..b825478 100644 --- a/tests/test_release.py +++ b/tests/test_release.py @@ -70,7 +70,7 @@ def test_offline_release_export_verifies_and_assembles( (output_root / "records" / f"{item.item_id}.json").read_text() ) assert set(output["variants"]) == {*SURFACE_FAMILIES, "kernel_variant"} - assert output["variants"]["kernel_variant"]["question"] == candidate.problem + assert output["variants"]["kernel_variant"]["question"] == candidate.question with pytest.raises(FileExistsError): export_release( source_dataset=source_dir, |
