Skip to content

Commit

Permalink
fix: failing test on UTC timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jun 11, 2020
1 parent c8f0474 commit 6eac9f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class LambdaDslJsonBodySpec extends Specification {
def body = new LambdaDslJsonBody(new PactDslJsonBody())

when:
body.datetime('test', "yyyy-MM-dd'T'HH:mmX'['VV']'")
body.datetime('test', "yyyy-MM-dd'T'HH:mmx'['VV']'")
def result = new JsonSlurper().parseText(body.pactDslObject.toString())

then:
Expand Down

0 comments on commit 6eac9f2

Please sign in to comment.