Skip to content

Commit

Permalink
update incorrect syntax in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sashadev-sky committed Sep 10, 2019
1 parent f7d890a commit 3410ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/maps_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def export_anonmymous_map
end

test 'show' do
get :show, params: { id: @map.slug}
get :show, params: { id: @map.slug }

assert_response :success
assert assigns(:maps)
Expand Down

0 comments on commit 3410ce6

Please sign in to comment.