Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Dec 5, 2024
1 parent 1b09114 commit 99a86a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipa-core/tests/hybrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ fn test_hybrid() {
command
.args(["--network".into(), dir.path().join("network.toml")])
.args(["--output-file".as_ref(), output_file.as_os_str()])
.args(["--shard-count", SHARDS.to_string().as_str()])
.args(["--wait", "2"])
.arg("malicious-hybrid")
.args(["--enc-input-file1".as_ref(), enc1.as_os_str()])
Expand Down

0 comments on commit 99a86a0

Please sign in to comment.