Skip to content

Commit 6f25d49

Browse files
committed
fix(InputPlumber): update test to use new default profile name
1 parent 48e4848 commit 6f25d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/systems/input/input_plumber_profile_test.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extends GutTest
33

44
func test_load() -> void:
55
var profile := InputPlumberProfile.load("res://assets/gamepad/profiles/default.json")
6-
assert_eq(profile.name, "Default")
6+
assert_eq(profile.name, "OpenGamepadUI Default")
77

88

99
func test_save() -> void:

0 commit comments

Comments
 (0)