Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps <info@camilstaps.nl>2019-02-02 22:53:21 +0300
committerCamil Staps <info@camilstaps.nl>2019-08-07 21:49:16 +0300
commit99bb207ef14d12fe59e23fd70e219ed5e166470b (patch)
tree6103d3c62349e2ed56bfab52c492c0dc3c035fa0 /app/finders
parente8bdcdf0f89d88463f6fb8a67e85f315e6a9097d (diff)
Fix tests
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/users_star_projects_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/users_star_projects_finder.rb b/app/finders/users_star_projects_finder.rb
index e3657f9915c..5b19b98451c 100644
--- a/app/finders/users_star_projects_finder.rb
+++ b/app/finders/users_star_projects_finder.rb
@@ -5,7 +5,7 @@ class UsersStarProjectsFinder
attr_accessor :params
- def initialize(params = {}, project, current_user: nil)
+ def initialize(project, params = {}, current_user: nil)
@params = params
@project = project
@current_user = current_user