From 8aecabe6a6651dc4acdfae37d05828b3c4d60774 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 7 May 2025 17:43:06 +0200 Subject: [PATCH] Fix typo --- test/models/command/tag_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/models/command/tag_test.rb b/test/models/command/tag_test.rb index 7c3486b34..7ac9a7b66 100644 --- a/test/models/command/tag_test.rb +++ b/test/models/command/tag_test.rb @@ -15,7 +15,7 @@ class Command::TagTest < ActionDispatch::IntegrationTest end end - test "tag card on perma with new card" do + test "tag card on perma with new tag" do assert_difference -> { @card.tags.count }, +1 do execute_command "/tag some-new-tag", context_url: collection_card_url(@card.collection, @card) end