@@ -257,8 +257,7 @@ func TestCreate(t *testing.T) {
257257 e := echo .New ()
258258 ctx := e .NewContext (req , httptest .NewRecorder ())
259259
260- h := NewOrganizationController (nil , nil , nil , nil , nil )
261-
260+ h := NewOrganizationController (nil , nil , nil , nil , nil , nil )
262261 err := h .Create (ctx )
263262 if err == nil {
264263 t .Fail ()
@@ -272,7 +271,7 @@ func TestCreate(t *testing.T) {
272271
273272 shared .SetOrg (ctx , models.Org {Name : "fantasy" , Slug : "fantasy" })
274273
275- h := NewOrganizationController (nil , nil , nil , nil , nil )
274+ h := NewOrganizationController (nil , nil , nil , nil , nil , nil )
276275
277276 err := h .Create (ctx )
278277 if err == nil {
@@ -286,7 +285,7 @@ func TestCreate(t *testing.T) {
286285 e := echo .New ()
287286 ctx := e .NewContext (req , httptest .NewRecorder ())
288287
289- h := NewOrganizationController (nil , nil , nil , nil , nil )
288+ h := NewOrganizationController (nil , nil , nil , nil , nil , nil )
290289
291290 err := h .Create (ctx )
292291 if err == nil {
0 commit comments