Skip to content

Commit 770ed31

Browse files
changed some uuids
1 parent 7ffc397 commit 770ed31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/groovy/edu/ie3/datamodel/io/factory/timeseries/CosmoTimeBasedWeatherValueFactoryTest.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)