mirror of
https://github.com/meshtastic/python.git
synced 2026-04-21 23:37:29 -04:00
working on more unit tests
This commit is contained in:
@@ -888,6 +888,6 @@ def test_waitForConfig():
|
||||
anode = Node('foo', 'bar')
|
||||
radioConfig = RadioConfig()
|
||||
anode.radioConfig = radioConfig
|
||||
anode._timeout = Timeout(0.1)
|
||||
anode._timeout = Timeout(0.01)
|
||||
result = anode.waitForConfig()
|
||||
assert not result
|
||||
|
||||
Reference in New Issue
Block a user