Skip to content

Commit

Permalink
Adding Agora.stop() back to test suite.
Browse files Browse the repository at this point in the history
This was removed when After was changed to AferAll. Restoring here.
  • Loading branch information
bradtaylor committed May 8, 2015
1 parent f43611a commit 5547054
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ class AgoraTestSuite extends Suites(new ApiServiceSpec, new MethodsDbTest) with
override def afterAll() {
println("Stopping embedded mongo db instance.")
mongoStop(mongoProps)
println("Stopping Agora web services.")
Agora.stop()
}
}

0 comments on commit 5547054

Please sign in to comment.