1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Fix typo in test name: s/udpate/update/ (#28268).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@17218 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2018-03-01 05:10:44 +00:00
parent a175f9ded9
commit e1023a26ac

View File

@ -490,7 +490,7 @@ class QueriesControllerTest < Redmine::ControllerTest
assert_response 404
end
def test_udpate_global_private_query
def test_update_global_private_query
@request.session[:user_id] = 3
put :update, :params => {
:id => 3,