fix error where status was used instead of summary
This commit is contained in:
Родитель
35c2c65035
Коммит
9a83d6a5c4
|
@ -76,4 +76,4 @@ var value = re.exec(string_to_match);
|
|||
var expect = string_to_match;
|
||||
var actual = value ? value[0] : value;
|
||||
|
||||
reportCompare(expect, actual, status);
|
||||
reportCompare(expect, actual, summary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче