We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bda2b commit 300a70bCopy full SHA for 300a70b
1 file changed
test/test_util.py
@@ -232,6 +232,7 @@ def test_state_with_enum(self):
232
assert isinstance(state, can.BusState)
233
assert state == expected_state
234
235
+
236
class TestChannel2Int(unittest.TestCase):
237
def test_channel2int(self) -> None:
238
self.assertEqual(0, channel2int("can0"))
0 commit comments