From e127ad39e742396030352240d829bc903b1d4464 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Mon, 3 Oct 2022 22:22:50 +0200 Subject: godot: inital Godot 4 migration --- Tests/Game/Commands/test_LookCommand.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/Game/Commands/test_LookCommand.gd') diff --git a/Tests/Game/Commands/test_LookCommand.gd b/Tests/Game/Commands/test_LookCommand.gd index 558efc1..debeeed 100644 --- a/Tests/Game/Commands/test_LookCommand.gd +++ b/Tests/Game/Commands/test_LookCommand.gd @@ -34,7 +34,7 @@ func test_parsing_look_at_command_without_further_arguments_returns_look_command assert_eq('At', parse('look at').ModifierAsString) func test_parsing_look_at_command_with_more_arguments_returns_look_command_with_non_empty_target(): - assert_ne('', parse('look at door on the left').Target) + assert_ne('', parse('look at door checked the left').Target) func test_parsing_look_at_command_with_an_additional_argument_returns_look_command_with_the_additional_argument_as_the_target(): assert_eq('window', parse('look at window').Target) -- cgit v1.2.3