Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Oct 4, 2016
1 parent d0a93c7 commit f2bf96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/controllers/SecuredSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SecuredSpec extends Specification with Mockito with InMemDb {
"user" should {
"load from db" in {
inMemDbApp {
val username = "user login"
val username = "user@server.com"

val user = User("fullname", username, None, Set("jury"), Some("password hash"), Some(10))

Expand Down

0 comments on commit f2bf96a

Please sign in to comment.