We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35a80ef + 83e12e7 commit 2b360d3Copy full SHA for 2b360d3
course/lesson-23-append-to-arrays/clearing-meals/TestClearingMeals.gd
@@ -8,7 +8,7 @@ func _prepare() -> void:
8
9
10
func test_used_pop_front() -> String:
11
- if not "waiting_orders.pop_front()" in _slice.current_text:
+ if not "waiting_orders.pop_front" in _slice.current_text:
12
return tr("We found no call to the pop_front() function. Did you forget to call it?")
13
return ""
14
0 commit comments