Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
tyurek committed Dec 12, 2024
1 parent 982dc32 commit 1f72fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/query/runner/hybrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ mod tests {
}

// cannot test for Err directly because join3v calls unwrap. This should be sufficient.
#[tokio::test]
#[tokio::test(flavor = "multi_thread", worker_threads = 3)]
#[should_panic(expected = "DuplicateBytes")]
async fn duplicate_encrypted_hybrid_reports() {
const SHARDS: usize = 2;
Expand Down

0 comments on commit 1f72fb4

Please sign in to comment.