From cc9363987fb74d3efebe8b68a1940c1f008bef32 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 17 Nov 2025 17:44:34 -0600 Subject: [PATCH] Update test --- test/helpers/hotkeys_helper_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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