mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 06:15:59 +01:00
Remove trailing whitespaces from test (#31506).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18233 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -116,7 +116,7 @@ class PrincipalMembershipsControllerTest < Redmine::ControllerTest
|
||||
:membership => {
|
||||
:project_ids => [3],
|
||||
:role_ids => [2]
|
||||
},
|
||||
},
|
||||
:format => 'js'
|
||||
},
|
||||
:xhr => true
|
||||
@@ -136,7 +136,7 @@ class PrincipalMembershipsControllerTest < Redmine::ControllerTest
|
||||
:user_id => 7,
|
||||
:membership => {
|
||||
:project_ids => [3]
|
||||
},
|
||||
},
|
||||
:format => 'js'
|
||||
},
|
||||
:xhr => true
|
||||
@@ -186,7 +186,7 @@ class PrincipalMembershipsControllerTest < Redmine::ControllerTest
|
||||
:id => 1,
|
||||
:membership => {
|
||||
:role_ids => [2]
|
||||
},
|
||||
},
|
||||
:format => 'js'
|
||||
},
|
||||
:xhr => true
|
||||
|
||||
Reference in New Issue
Block a user