Skip to content

Commit

Permalink
add in-memory-infra feature back
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Nov 7, 2024
1 parent 48cff8d commit c773119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/protocol/hybrid/oprf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ where
.collect())
}

#[cfg(all(test, not(feature = "shuttle")))]
#[cfg(all(test, feature = "in-memory-infra", not(feature = "shuttle")))]
mod test {

use crate::{
Expand Down

0 comments on commit c773119

Please sign in to comment.