@@ -23,7 +23,6 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
2323 def time = TimeUtil . withDefaults. toZonedDateTime(" 2019-01-01T00:00:00Z" )
2424
2525 Map<String , String > parameter = [
26- " uuid" : " 980f7714-8def-479f-baae-4deed6c8d6d1" ,
2726 " time" : TimeUtil . withDefaults. toString(time),
2827 " diffuseIrradiance" : " 282.671997070312" ,
2928 " directIrradiance" : " 286.872985839844" ,
@@ -58,7 +57,6 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
5857
5958 Map<String , String > parameter = [
6059 " time" : TimeUtil . withDefaults. toString(time),
61- " uuid" : " c0aaf6fc-693a-458d-8d1d-d0a5093f262a" ,
6260 " diffuseIrradiance" : " 282.671997070312" ,
6361 " directIrradiance" : " 286.872985839844" ,
6462 " temperature" : " 278.019012451172" ,
@@ -93,7 +91,6 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
9391 // Missing 'directIrradiance' field
9492 Map<String , String > parameter = [
9593 " time" : TimeUtil . withDefaults. toString(time),
96- " uuid" : " 1fc66d18-ea7d-4690-890e-9ee946c8b7b5" ,
9794 " diffuseIrradiance" : " 182.671997070312" ,
9895 " temperature" : " 278.019012451172" ,
9996 " windDirection" : " 50" ,
@@ -117,7 +114,6 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
117114
118115 Map<String , String > parameter = [
119116 " time" : TimeUtil . withDefaults. toString(time),
120- " uuid" : " 1fc66d18-ea7d-4690-890e-9ee946c8b7b5" ,
121117 " diffuseIrradiance" : " 1.0" ,
122118 " directIrradiance" : " 2.0" ,
123119 " temperature" : " 3.0" ,
0 commit comments