mirror of
https://github.com/meshtastic/python.git
synced 2026-02-18 14:49:24 -05:00
fix the pylint unused-argument warnings
This commit is contained in:
@@ -12,3 +12,4 @@ def test_BLEInterface(mock_platform):
|
||||
"""Test that we can instantiate a BLEInterface"""
|
||||
iface = BLEInterface('foo', debugOut=True, noProto=True)
|
||||
iface.close()
|
||||
mock_platform.assert_called()
|
||||
|
||||
Reference in New Issue
Block a user