Update test

This commit is contained in:
Jason Zimdars
2025-05-19 19:08:39 -05:00
parent e4a2f1e540
commit ea4a3e458d
+1 -1
View File
@@ -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