Skip to content
Snippets Groups Projects
Commit e63a4c43 authored by Correia, Sebastião B (PG/T - Comp Sci & Elec Eng)'s avatar Correia, Sebastião B (PG/T - Comp Sci & Elec Eng)
Browse files

Back Checks done

parent 86fd6e39
No related branches found
No related tags found
No related merge requests found
Pipeline #30975 failed
...@@ -40,7 +40,7 @@ class LeaderboardsControllerTest < ActionDispatch::IntegrationTest ...@@ -40,7 +40,7 @@ class LeaderboardsControllerTest < ActionDispatch::IntegrationTest
assert_response :success assert_response :success
end end
atest "should update leaderboard" do test "should update leaderboard" do
patch leaderboard_url(@leaderboard), params: { leaderboard: { } } patch leaderboard_url(@leaderboard), params: { leaderboard: { } }
assert_redirected_to leaderboard_url(@leaderboard) assert_redirected_to leaderboard_url(@leaderboard)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment