Skip to content

Commit

Permalink
Fixed test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jul 9, 2022
1 parent e5a7ec9 commit 8fc2c88
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ class PrioritySpec extends Specification {
def priority = factory.createProperty(value)

then: 'an illegal argument exception is thrown'
thrown(IllegalArgumentException)
notThrown(IllegalArgumentException)

where:
value << ['', 'low', 'blah']
Expand Down

0 comments on commit 8fc2c88

Please sign in to comment.