mirror of
https://github.com/meshtastic/python.git
synced 2026-07-31 17:16:45 -04:00
quick-win review fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user