Skip to content

Commit

Permalink
[SHIBUI-1031]
Browse files Browse the repository at this point in the history
Small test fix.
  • Loading branch information
Bill Smith committed Dec 14, 2018
1 parent 1574cdc commit ca89a56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class UsersControllerIntegrationTests extends Specification {
def newUser = new User().with {
it.firstName = 'Foo'
it.lastName = 'Bar'
it.username = 'FooBar'
it.username = 'UnknownUsername'
it.password = 'somepass'
it.roles = [new Role().with {it.name = 'ROLE_USER'}] as Set<Role>
it
Expand Down

0 comments on commit ca89a56

Please sign in to comment.