Skip to content

Commit 4450596

Browse files
committed
tests
1 parent aa447c8 commit 4450596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_standalone/test_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Device(enapter.standalone.Device):
1010

1111
async def run(self) -> None:
12-
pass
12+
pass # pragma: no cover
1313

1414
async def cmd_test(self, value: int) -> dict:
1515
return {"echo": value}

0 commit comments

Comments
 (0)