Skip to content

Commit e30821d

Browse files
author
Ronald Holshausen
committedApr 18, 2020
fix: codenarc violation
1 parent b0c815d commit e30821d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎core/model/src/test/groovy/au/com/dius/pact/core/model/generators/DateTimeGeneratorSpec.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import spock.lang.Specification
55

66
import java.time.OffsetDateTime
77

8+
@SuppressWarnings('LineLength')
89
class DateTimeGeneratorSpec extends Specification {
910

1011
def 'supports timezones'() {

0 commit comments

Comments
 (0)
Please sign in to comment.