From ea4a3e458d8f1b047018c6287437e4285b931e50 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Mon, 19 May 2025 19:08:39 -0500 Subject: [PATCH] Update test --- test/controllers/commands_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/commands_controller_test.rb b/test/controllers/commands_controller_test.rb index 41d11dea3..687cd994d 100644 --- a/test/controllers/commands_controller_test.rb +++ b/test/controllers/commands_controller_test.rb @@ -31,7 +31,7 @@ class CommandsControllerTest < ActionDispatch::IntegrationTest assert_response :conflict json = JSON.parse(response.body) - assert_equal "Assign Kevin to 3 cards", json["confirmation"] + assert_equal "Assign 3 cards to Kevin", json["confirmation"] assert_nil json["redirect_to"] end