Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Ekberg committed May 16, 2017
1 parent 91a9ab1 commit b9d2c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1/group_routes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ type groupDummyRunner struct {
Group *lib.Group
}

func (r groupDummyRunner) MakeArchive() *lib.Archive { return nil }

func (r groupDummyRunner) NewVU() (lib.VU, error) { return nil, nil }

func (r groupDummyRunner) GetDefaultGroup() *lib.Group { return r.Group }
Expand Down

0 comments on commit b9d2c4c

Please sign in to comment.