Skip to content

Commit

Permalink
Allow for equality of updated definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jan 4, 2023
1 parent a2aee6e commit d84d304
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ class TimeZoneUpdaterTest extends Specification {
VTimeZone tz = Calendars.load(files).getComponent('VTIMEZONE')

then: 'result is different from input'
updater.updateDefinition(tz) != tz
updater.updateDefinition(tz) !== tz

where:
files << getInputFiles(new File('src/main/resources/zoneinfo'))
Expand Down

0 comments on commit d84d304

Please sign in to comment.