mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
Remove assert from test, due to removed position time
This commit is contained in:
1 parent
428e9a228c
commit
5c312bedc1
1 file changed
+1
-1
@@ -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