mirror of
https://github.com/meshtastic/python.git
synced 2026-01-02 12:57:56 -05:00
Remove assert from test, due to removed position time
This commit is contained in:
@@ -185,7 +185,7 @@ def test_sendPosition(caplog):
|
||||
with caplog.at_level(logging.DEBUG):
|
||||
iface.sendPosition()
|
||||
iface.close()
|
||||
assert re.search(r"p.time:", caplog.text, re.MULTILINE)
|
||||
# assert re.search(r"p.time:", caplog.text, re.MULTILINE)
|
||||
|
||||
|
||||
# TODO
|
||||
|
||||
Reference in New Issue
Block a user