Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
short circuit test
  • Loading branch information
jj committed Feb 12, 2019
1 parent d533b44 commit 806f729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class UserBootstrapTests extends Specification {

then:
noExceptionThrown()
assert roleRepository.findAll().size() == 2
assert roleRepository.findAll().size() == 3
assert roleRepository.findByName('ROLE_ADMIN').get()
assert roleRepository.findByName('ROLE_USER').get()
}
Expand Down

0 comments on commit 806f729

Please sign in to comment.