Skip to content

Commit

Permalink
check spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kazmsk committed Dec 26, 2024
1 parent 71f6049 commit beac1c7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fn process_capabilities_fail_test() -> TestResult {
let spec: Spec = serde_json::from_str(&spec_str)?;
if let Some(process) = spec.process() {
if let Some(capabilities) = process.capabilities() {
if let Some(bounding) = capabilities.bounding() {
println!("Bounding: {:?}", bounding);
}
println!("Capabilities: {:?}", capabilities);
}
println!("Process: {:?}", process);
Expand Down

0 comments on commit beac1c7

Please sign in to comment.