-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refractor(test_runner/{local,remote}): use pattern matching for metad…
…ata extraction - Replaced `.get().unwrap()` with pattern matching to avoid potential panics in both local and remote test runners. - Ensured proper handling of metadata vector by validating its length before extraction. - Improved code safety and readability by removing unsafe `unwrap()` calls.
- Loading branch information
1 parent
d243709
commit d9115d7
Showing
2 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters