Rename test

This commit is contained in:
Jorge Manrubia
2025-07-04 20:03:50 +02:00
parent 34c25812a1
commit 3167126bda
+1 -1
View File
@@ -141,7 +141,7 @@ class CardTest < ActiveSupport::TestCase
assert_includes collection.users.reload, assignee
end
test "move_to moves events to new collection" do
test "move cards to a different collection" do
card = cards(:logo)
old_collection = collections(:writebook)
new_collection = collections(:private)