fixed merger with anchor test issue

This commit is contained in:
2026-03-23 12:25:55 -04:00
parent 4c59d9ba7f
commit 3c4b1066df
3 changed files with 115 additions and 39 deletions

View File

@ -8554,3 +8554,9 @@ fn test_merger_0_9() {
let path = format!("{}/fixtures/merger.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 9).unwrap();
}
#[test]
fn test_merger_0_10() {
let path = format!("{}/fixtures/merger.json", env!("CARGO_MANIFEST_DIR"));
crate::tests::runner::run_test_case(&path, 0, 10).unwrap();
}