From 804a80dde63a78e47ea1c2b2e0c74c61c7230d63 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 6 May 2025 15:18:41 +0200 Subject: [PATCH] Format --- test/models/command/search_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/models/command/search_test.rb b/test/models/command/search_test.rb index 11476620d..57e8d900d 100644 --- a/test/models/command/search_test.rb +++ b/test/models/command/search_test.rb @@ -12,6 +12,6 @@ class Command::SearchTest < ActionDispatch::IntegrationTest test "respects existing filters" do result = execute_command "some text", context_url: "http://37signals.fizzy.localhost:3006/cards?collection_ids%5B%5D=#{collections(:writebook).id}" - assert_equal cards_path(indexed_by: "newest", collection_ids: [collections(:writebook).id], terms: [ "some text" ]), result.url + assert_equal cards_path(indexed_by: "newest", collection_ids: [ collections(:writebook).id ], terms: [ "some text" ]), result.url end end