Update test

This commit is contained in:
Jason Zimdars
2025-11-19 16:46:09 -06:00
parent 25e2d98c35
commit 67da7cba75
+2 -2
View File
@@ -18,13 +18,13 @@ class HotkeysHelperTest < ActionView::TestCase
test "mac enter" do
emulate_mac
assert_equal "+J", hotkey_label([ "enter", "J" ])
assert_equal "return+J", hotkey_label([ "enter", "J" ])
end
test "linux enter" do
emulate_linux
assert_equal "+J", hotkey_label([ "enter", "J" ])
assert_equal "enter+J", hotkey_label([ "enter", "J" ])
end
test "mac hyper" do