Skip to content

Commit

Permalink
send None matches for a non-match
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Aug 19, 2024
1 parent 8ce0e71 commit 51ad916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc-store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ mod tests {
Some(1_000_000_000),
false,
"A".repeat(64),
Some(Vec::new()),
None,
))?;
let result_events = vec![result_event; count];

Expand Down

0 comments on commit 51ad916

Please sign in to comment.