We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cbd72 commit 8dc9ccdCopy full SHA for 8dc9ccd
1 file changed
crates/vespera_macro/src/openapi_generator.rs
@@ -1624,8 +1624,8 @@ pub fn create_users() -> String {
1624
1625
#[test]
1626
fn test_parse_default_string_to_json_value_float() {
1627
- let result = parse_default_string_to_json_value("3.14");
1628
- assert_eq!(result, serde_json::json!(3.14));
+ let result = parse_default_string_to_json_value("2.72");
+ assert_eq!(result, serde_json::json!(2.72));
1629
}
1630
1631
0 commit comments