From a32c63b5a7b3ea3d3fd64ee1cc8bdf3dbc0f8536 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 24 Jun 2025 13:26:37 +0200 Subject: [PATCH] Format --- test/controllers/searches/queries_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/searches/queries_controller_test.rb b/test/controllers/searches/queries_controller_test.rb index 4f847253b..cdf5d6853 100644 --- a/test/controllers/searches/queries_controller_test.rb +++ b/test/controllers/searches/queries_controller_test.rb @@ -6,7 +6,7 @@ class Searches::QueriesControllerTest < ActionDispatch::IntegrationTest end test "create" do - assert_difference ->{ users(:kevin).search_queries.count }, +1 do + assert_difference -> { users(:kevin).search_queries.count }, +1 do post searches_queries_path, params: { q: "layout issues" } end