quick-win review fixes

This commit is contained in:
Ian McEwen
2026-07-06 14:36:25 -07:00
parent bffaff1c71
commit 7950798378
3 changed files with 11 additions and 8 deletions

View File

@@ -737,7 +737,7 @@ def test_delete_channel_rejects_primary():
with pytest.raises(SystemExit) as pytest_wrapped_e:
anode.deleteChannel(0)
assert pytest_wrapped_e.type == SystemExit
assert pytest_wrapped_e.type is SystemExit
assert pytest_wrapped_e.value.code == 1