diff --git a/test/helpers/hotkeys_helper_test.rb b/test/helpers/hotkeys_helper_test.rb index ec96f6c9c..7201d7566 100644 --- a/test/helpers/hotkeys_helper_test.rb +++ b/test/helpers/hotkeys_helper_test.rb @@ -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