File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/mbed-greentea/test Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def test_report_zero_testcases(self):
44
44
u'build_path_abs' : u'N/A' ,
45
45
u'copy_method' : u'N/A' ,
46
46
u'image_path' : u'N/A' ,
47
- u'single_test_output' : b '\x80 abc\uXXXX ' ,
47
+ u'single_test_output' : u '\x80 abc' ,
48
48
u'platform_name' : u'k64f' ,
49
49
u'test_bin_name' : u'N/A' ,
50
50
u'testcase_result' : {},
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def test_report_zero_testcases(self):
42
42
u'build_path_abs' : u'N/A' ,
43
43
u'copy_method' : u'N/A' ,
44
44
u'image_path' : u'N/A' ,
45
- u'single_test_output' : b '\x80 abc\uXXXX' ,
45
+ u'single_test_output' : u '\x80 abc' ,
46
46
u'platform_name' : u'k64f' ,
47
47
u'test_bin_name' : u'N/A' ,
48
48
u'testcase_result' : {},
You can’t perform that action at this time.
0 commit comments