Skip to content

Commit

Permalink
Remove unnecessary package prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Apr 16, 2016
1 parent 47fb158 commit 95a3e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class UnmodifiedJavaMoneyBehaviorSpec extends Specification {
def sum = amount1 + amount2

then: "We get a MissingMethodException because JavaMoney uses add() not plus()"
groovy.lang.MissingMethodException e = thrown()
MissingMethodException e = thrown()
e.message != null
}

Expand Down

0 comments on commit 95a3e83

Please sign in to comment.