Fix test case.

This commit is contained in:
takezoe
2013-11-01 12:42:09 +09:00
parent 9c60b69c88
commit 34853d0322
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ class AccountServiceServiceSpec extends Specification with ServiceSpecBase {
"getAllUsers" in { withTestDB{
AccountService.getAllUsers must be like{
case List(model.Account("root", "root", RootMailAddress, _, true, _, _, _, None, None, false)) => ok
case List(model.Account("root", "root", RootMailAddress, _, true, _, _, _, None, None, false, false)) => ok
}
}}