We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e11b9 commit 070c885Copy full SHA for 070c885
tests/table/test_snapshots.py
@@ -398,7 +398,7 @@ def test_merge_snapshot_summaries_overwrite_summary() -> None:
398
399
def test_invalid_operation() -> None:
400
with pytest.raises(ValueError) as e:
401
- update_snapshot_summaries(summary=Summary(Operation("invalid"))) # type: ignore
+ update_snapshot_summaries(summary=Summary(Operation("invalid")))
402
assert "Operation not implemented: Operation" in str(e.value)
403
404
0 commit comments