We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62addad commit 0610f28Copy full SHA for 0610f28
test/test_kvaser.py
@@ -284,7 +284,7 @@ def test_bus_no_init_access(self):
284
self.assertGreater(canlib.canOpenChannel.call_count, 0)
285
for call in canlib.canOpenChannel.call_args_list:
286
self.assertEqual(
287
- call[0][1] & constants.canOPEN_NO_INIT_ACCESS,
+ call[0][1] & constants.canOPEN_NO_INIT_ACCESS,
288
constants.canOPEN_NO_INIT_ACCESS
289
)
290
0 commit comments