Update test

This commit is contained in:
Jason Zimdars
2025-11-17 17:44:34 -06:00
parent f11ec1187c
commit cc9363987f
+2 -2
View File
@@ -18,13 +18,13 @@ class HotkeysHelperTest < ActionView::TestCase
test "mac enter" do
emulate_mac
assert_equal "Return+J", hotkey_label([ "enter", "J" ])
assert_equal "+J", hotkey_label([ "enter", "J" ])
end
test "linux enter" do
emulate_linux
assert_equal "Enter+J", hotkey_label([ "enter", "J" ])
assert_equal "+J", hotkey_label([ "enter", "J" ])
end
test "mac hyper" do