Skip to content

Commit 6c24c9c

Browse files
committed
Use first-level heading for test differences header
1 parent 413fd52 commit 6c24c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/citool/src/analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ fn normalize_test_name(name: &str) -> String {
239239

240240
/// Prints test changes in Markdown format to stdout.
241241
fn report_test_diffs(diff: AggregatedTestDiffs) {
242-
println!("## Test differences");
242+
println!("# Test differences");
243243
if diff.diffs.is_empty() {
244244
println!("No test diffs found");
245245
return;

0 commit comments

Comments
 (0)