Skip to content

Commit

Permalink
Fix test compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrgilbert committed May 23, 2024
1 parent ee321ed commit 38d44dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn instrument_with_fault_injection() {
curr_provider_name: "".to_string(),
curr_package_name: "".to_string(),
curr_event_name: "".to_string(),
curr_probe_name: "".to_string(),
curr_probe_mode: "".to_string(),
curr_probe: None,
err: &mut err
};
Expand Down

0 comments on commit 38d44dd

Please sign in to comment.