Skip to content

Commit

Permalink
Reverted change to floating time tests, which seems to be an issue re…
Browse files Browse the repository at this point in the history
…lating to the timezone where test is run. We can address this separately if it continues to be an issue.
  • Loading branch information
benfortuna committed Apr 29, 2022
1 parent 1fbc260 commit 03b5265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -112,7 +112,7 @@ class DateTimeSpec extends Specification {
}
]

dateTimeString << ['20110327T000000Z', '20110327T000000Z']
dateTimeString << ['20110327T000000', '20110327T000000']
}

def 'test date time initialisation with a registered custom timezone'() {
Expand Down
Expand Up @@ -101,7 +101,7 @@ class TemporalAmountAdapterTest extends Specification {

where:
duration | start | expectedEnd
'P1D' | '20110326T110000Z' | '20110327T110000Z'
'P1D' | '20110326T110000' | '20110327T110000'
}

@Unroll
Expand Down

0 comments on commit 03b5265

Please sign in to comment.