Skip to content

Commit

Permalink
feat: Updated test/controllers/summarys/shop_contr
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Feb 4, 2024
1 parent 0168ab2 commit 64d6c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/summarys/shop_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64d6c72

Please sign in to comment.