Skip to content

Commit cd4b16f

Browse files
committed
Update iot-sensor snapshots: 0.10.4 serializes whole-number doubles as integers
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 4004655 commit cd4b16f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iot-sensor-metrics/snapshots-api/SensorHighTempTest.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data" : {
33
"SensorHighTempTest" : [ {
44
"num" : 5,
5-
"avg_temp" : 106.0
5+
"avg_temp" : 106
66
} ]
77
}
88
}

iot-sensor-metrics/snapshots-testdata/SensorHighTempTest.snapshot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data" : {
33
"SensorHighTempTest" : [ {
44
"num" : 5,
5-
"avg_temp" : 106.0
5+
"avg_temp" : 106
66
} ]
77
}
88
}

0 commit comments

Comments
 (0)