Skip to content

Commit

Permalink
fix CsvWeatherSourceCosmoTest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfeismann committed Feb 23, 2024
1 parent 20dae9c commit 11332cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CsvWeatherSourceCosmoTest extends Specification implements CsvTestDataMeta
]
def expectedValue = new TimeBasedValue(
UUID.fromString("71a79f59-eebf-40c1-8358-ba7414077d57"),
TimeUtil.withDefaults.toZonedDateTime("2020-10-16T12:40:42+01:00"),
TimeUtil.withDefaults.toZonedDateTime("2020-10-16T12:40:42Z"),
new WeatherValue(
defaultCoordinate,
new SolarIrradianceValue(
Expand Down

0 comments on commit 11332cf

Please sign in to comment.