Skip to content

Commit

Permalink
fix(InputPlumber): update test to use new default profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Dec 7, 2024
1 parent 48e4848 commit 6f25d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/input/input_plumber_profile_test.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f25d49

Please sign in to comment.