Update spec tests to 1.6.0-alpha.3 (#7786)

#7782
This commit is contained in:
Eitan Seri-Levi
2025-07-24 23:49:47 -07:00
committed by GitHub
parent 1a6eeb228c
commit 6a52454647
3 changed files with 184 additions and 66 deletions

View File

@@ -93,7 +93,6 @@ pub trait Handler {
.filter_map(as_directory)
.map(|test_case_dir| {
let path = test_case_dir.path();
let case = Self::Case::load_from_dir(&path, fork_name).expect("test should load");
(path, case)
})