Skip to content

Commit

Permalink
Avoid keyError when test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerenjie committed Feb 20, 2025
1 parent f85a16f commit d127fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def test_qg_datasets(self):
]
raise AssertionError(
f"{quantum_key.task_label}@{quantum_info['data_id']} should not have caveats "
f"{quantum_info.caveats}; missing datasets: {', '.join(not_produced)}."
f"{quantum_run.caveats}; missing datasets: {', '.join(not_produced)}."
)


Expand Down

0 comments on commit d127fb5

Please sign in to comment.