Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 28, 2016
1 parent 9831de3 commit cac951a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,9 @@ new BookService()
and: "A transactional method throw RuntimeException"
bookService.throwException()

then: "The transaction wasn't rolled back"
then: "The transaction was rolled back"
thrown(TestTransactionException)
transactionManager.transactionRolledBack == false
transactionManager.transactionRolledBack == true
}

@Issue("GRAILS-10564")
Expand Down

0 comments on commit cac951a

Please sign in to comment.