Skip to content

Commit da4b4de

Browse files
committed
test_load_file_config: Test with different values
Testing with the same interface values would not show possible issues in case there were any.
1 parent 3f8c3b7 commit da4b4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_load_file_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class LoadFileConfigTest(unittest.TestCase):
1212
configuration = {
1313
"default": {"interface": "virtual", "channel": "0"},
14-
"one": {"interface": "virtual", "channel": "1"},
14+
"one": {"interface": "kvaser", "channel": "1"},
1515
"two": {"channel": "2"},
1616
"three": {"extra": "extra value"},
1717
}

0 commit comments

Comments
 (0)