From 64d6c72e3bba0988ccd9d11a4f357ee2f71f8b87 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:09:57 +0000 Subject: [PATCH] feat: Updated test/controllers/summarys/shop_contr --- test/controllers/summarys/shop_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers/summarys/shop_controller_test.rb b/test/controllers/summarys/shop_controller_test.rb index 8c68e32..df36913 100644 --- a/test/controllers/summarys/shop_controller_test.rb +++ b/test/controllers/summarys/shop_controller_test.rb @@ -9,7 +9,7 @@ class ShopControllerTest < ActionController::TestCase end test "index pagination" do - get :index, params: { selected_app: @selected_app.id, page: 1} + get :index, params: {selected_app: @selected_app.id, page: 1 } assert_response :success assert_equal @summary, assigns(:summaries) end