Skip to content

Commit cbf7b9b

Browse files
committed
pylint: test_mesh_interface.py line too long
1 parent f3ba660 commit cbf7b9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

meshtastic/tests/test_mesh_interface.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,11 @@ def test_exit_with_exception(caplog):
682682
caplog.text,
683683
re.MULTILINE,
684684
)
685-
assert re.search(r"Traceback:\n.*in test_exit_with_exception\n {4}raise ValueError\(\"Something went wrong\"\)", caplog.text, re.MULTILINE)
685+
assert re.search(
686+
r"Traceback:\n.*in test_exit_with_exception\n {4}raise ValueError\(\"Something went wrong\"\)",
687+
caplog.text,
688+
re.MULTILINE
689+
)
686690

687691

688692
@pytest.mark.unit

0 commit comments

Comments
 (0)