@@ -58,7 +58,7 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
5858
5959 Map<String , String > parameter = [
6060 " time" : TimeUtil . withDefaults. toString(time),
61- " uuid" : " 980f7714-8def-479f-baae-4deed6c8d6d1 " ,
61+ " uuid" : " c0aaf6fc-693a-458d-8d1d-d0a5093f262a " ,
6262 " diffuseIrradiance" : " 282.671997070312" ,
6363 " directIrradiance" : " 286.872985839844" ,
6464 " temperature" : " 278.019012451172" ,
@@ -93,7 +93,7 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
9393 // Missing 'directIrradiance' field
9494 Map<String , String > parameter = [
9595 " time" : TimeUtil . withDefaults. toString(time),
96- " uuid" : " 980f7714-8def-479f-baae-4deed6c8d6d1 " ,
96+ " uuid" : " 1fc66d18-ea7d-4690-890e-9ee946c8b7b5 " ,
9797 " diffuseIrradiance" : " 182.671997070312" ,
9898 " temperature" : " 278.019012451172" ,
9999 " windDirection" : " 50" ,
@@ -117,7 +117,7 @@ class CosmoTimeBasedWeatherValueFactoryTest extends Specification {
117117
118118 Map<String , String > parameter = [
119119 " time" : TimeUtil . withDefaults. toString(time),
120- " uuid" : " 980f7714-8def-479f-baae-4deed6c8d6d1 " ,
120+ " uuid" : " 1fc66d18-ea7d-4690-890e-9ee946c8b7b5 " ,
121121 " diffuseIrradiance" : " 1.0" ,
122122 " directIrradiance" : " 2.0" ,
123123 " temperature" : " 3.0" ,
0 commit comments