From 6f25d493c9e39c15a3f32863b40b0971710b319f Mon Sep 17 00:00:00 2001 From: William Edwards Date: Sat, 7 Dec 2024 10:00:50 -0800 Subject: [PATCH] fix(InputPlumber): update test to use new default profile name --- core/systems/input/input_plumber_profile_test.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/systems/input/input_plumber_profile_test.gd b/core/systems/input/input_plumber_profile_test.gd index 0d523d67..ed9c3300 100644 --- a/core/systems/input/input_plumber_profile_test.gd +++ b/core/systems/input/input_plumber_profile_test.gd @@ -3,7 +3,7 @@ extends GutTest func test_load() -> void: var profile := InputPlumberProfile.load("res://assets/gamepad/profiles/default.json") - assert_eq(profile.name, "Default") + assert_eq(profile.name, "OpenGamepadUI Default") func test_save() -> void: