Skip to content

Commit 9534240

Browse files
committed
test: fix order of proof path list
1 parent 504336c commit 9534240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/proofs.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ fn test_proofs() -> eyre::Result<()> {
1414
}
1515
}
1616

17+
proofs.sort();
1718
expect![[r#"
1819
[
20+
"tests/proofs/ad_hoc.rs",
1921
"tests/proofs/proofs_for_contract.rs",
20-
"tests/proofs/standard_proofs_with_contracts.rs",
2122
"tests/proofs/standard_proofs.rs",
22-
"tests/proofs/ad_hoc.rs",
23+
"tests/proofs/standard_proofs_with_contracts.rs",
2324
]
2425
"#]]
2526
.assert_debug_eq(&proofs);

0 commit comments

Comments
 (0)