-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexpected_results.json
More file actions
16 lines (16 loc) · 792 Bytes
/
Copy pathexpected_results.json
File metadata and controls
16 lines (16 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"version": 2,
"status": "fail",
"tests": [
{
"name": "test_1_and_2_equals_3",
"status": "error",
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'add_2_numbers' in base 'RefCounted (example_wrong_method_name.gd)'.\n at: test_1_and_2_equals_3 (/opt/exercism/gdscript/test-runner/tests/example-wrong-method-name/example_wrong_method_name_test.gd:2)\n"
},
{
"name": "test_10_and_20_and_40_equals_70",
"status": "error",
"message": "SCRIPT ERROR: Invalid call. Nonexistent function 'add_3_numbers' in base 'RefCounted (example_wrong_method_name.gd)'.\n at: test_10_and_20_and_40_equals_70 (/opt/exercism/gdscript/test-runner/tests/example-wrong-method-name/example_wrong_method_name_test.gd:6)\n"
}
]
}