Skip to content

Commit 61f46b8

Browse files
committed
Changed type => test_type
1 parent bb79f69 commit 61f46b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/detect_targets_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ class MbedLsToolsMock():
2525
Mock of mbedls tools
2626
"""
2727

28-
def __init__(self, type):
29-
self.interface_test_type = type
28+
def __init__(self, test_type):
29+
self.interface_test_type = test_type
3030

3131
def get_details_txt(self, mount_point):
3232
return self.details_txt_types[self.interface_test_type];

0 commit comments

Comments
 (0)