From 0807cfc3d0e13815efff4813d3c336bc4568d004 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 6 Jun 2025 09:21:45 +0200 Subject: [PATCH] Format --- test/models/command/filter_cards_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/models/command/filter_cards_test.rb b/test/models/command/filter_cards_test.rb index e79f00e2b..1746d0e93 100644 --- a/test/models/command/filter_cards_test.rb +++ b/test/models/command/filter_cards_test.rb @@ -16,6 +16,6 @@ class Command::FilterCardsTest < ActionDispatch::IntegrationTest test "respect existing filters" do result = execute_command "#{@card_ids.join(",")}", context_url: "http://37signals.fizzy.localhost:3006/cards?collection_ids%5B%5D=#{collections(:writebook).id}" - assert_equal cards_path(collection_ids: [collections(:writebook).id], card_ids: @card_ids), result.url + assert_equal cards_path(collection_ids: [ collections(:writebook).id ], card_ids: @card_ids), result.url end end