Skip to content

Commit 3fa2e64

Browse files
committed
fix
1 parent 7e84c98 commit 3fa2e64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

opentelemetry-proto/tests/json_serde.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -978,11 +978,11 @@ mod json_serde {
978978
],
979979
"startTimeUnixNano": "1544712660300000000",
980980
"timeUnixNano": "1544712660300000000",
981-
"count": 2,
981+
"count": "2",
982982
"sum": 2.0,
983983
"bucketCounts": [
984-
1,
985-
1
984+
"1",
985+
"1"
986986
],
987987
"explicitBounds": [
988988
1.0
@@ -1090,9 +1090,9 @@ mod json_serde {
10901090
{
10911091
"startTimeUnixNano": "1544712660300000000",
10921092
"timeUnixNano": "1544712660300000000",
1093-
"count": 2,
1093+
"count": "2",
10941094
"sum": 2,
1095-
"bucketCounts": [1,1],
1095+
"bucketCounts": ["1","1"],
10961096
"explicitBounds": [1],
10971097
"min": 0,
10981098
"max": 2,

0 commit comments

Comments
 (0)