Skip to content

Commit 8813ae1

Browse files
committed
fix unit test
1 parent a34d229 commit 8813ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-proto/tests/json_deserialize.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ mod json_deserialize {
117117
let value: Value = serde_json::from_str(
118118
r#"
119119
{
120-
"intValue": "123"
120+
"intValue": 123
121121
}"#,
122122
)
123123
.unwrap();

0 commit comments

Comments
 (0)