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 163adf2 commit 347c6b7Copy full SHA for 347c6b7
src/libtest/formatters/json.rs
@@ -50,7 +50,7 @@ impl<T: Write> JsonFormatter<T> {
50
impl<T: Write> OutputFormatter for JsonFormatter<T> {
51
fn write_run_start(&mut self, test_count: usize) -> io::Result<()> {
52
self.write_message(&*format!(
53
- r#"{{ "type": "suite", "event": "started", "test_count": "{}" }}"#,
+ r#"{{ "type": "suite", "event": "started", "test_count": {} }}"#,
54
test_count
55
))
56
}
0 commit comments