diff options
author | Camil Staps <info@camilstaps.nl> | 2019-02-02 20:53:21 +0100 |
---|---|---|
committer | Camil Staps <info@camilstaps.nl> | 2019-08-07 20:49:16 +0200 |
commit | 99bb207ef14d12fe59e23fd70e219ed5e166470b (patch) | |
tree | 6103d3c62349e2ed56bfab52c492c0dc3c035fa0 /app/finders | |
parent | e8bdcdf0f89d88463f6fb8a67e85f315e6a9097d (diff) | |
download | gitlab-ce-99bb207ef14d12fe59e23fd70e219ed5e166470b.tar.gz |
Fix tests
Diffstat (limited to 'app/finders')
-rw-r--r-- | app/finders/users_star_projects_finder.rb | 2 |
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 |