Skip to content

Commit

Permalink
added mock
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Nov 8, 2017
1 parent 7de23e2 commit f213051
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ class MockGoogleDirectoryDAO( implicit val executionContext: ExecutionContext )
}
}

override def listGroupMembers(groupEmail: WorkbenchGroupEmail): Future[Option[Seq[String]]] = Future {
groups.get(groupEmail).map(_.map(_.value).toSeq)
}
}

0 comments on commit f213051

Please sign in to comment.