diff options
| author | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
|---|---|---|
| committer | Sophia Pearson <codergal89@gmail.com> | 2022-09-05 20:35:53 +0200 |
| commit | f20bd89dc4a7bf14a88b1effcaa1887b29314525 (patch) | |
| tree | d114787f68efd2a7d61d95fa9c84e8e5d69a7c11 /addons/gut/result_exporter.gd | |
| parent | 1b477b62f8be8c546a35dbd1d2688ebf623c496f (diff) | |
| download | texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.tar.xz texty-f20bd89dc4a7bf14a88b1effcaa1887b29314525.zip | |
gui: split GUI into Terminal components
Diffstat (limited to 'addons/gut/result_exporter.gd')
| -rw-r--r-- | addons/gut/result_exporter.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/gut/result_exporter.gd b/addons/gut/result_exporter.gd index 3a529ed..753a0c9 100644 --- a/addons/gut/result_exporter.gd +++ b/addons/gut/result_exporter.gd @@ -15,7 +15,7 @@ func _export_tests(summary_script): "passing":tests[key].pass_texts, "failing":tests[key].fail_texts, "pending":tests[key].pending_texts, - "orphans":tests[key].orphans, + "orphans":tests[key].orphans } return to_return |
