Skip to content

Commit

Permalink
Fix compact gate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Oct 3, 2024
1 parent c456668 commit 824ee6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipa-core/src/test_fixture/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,7 @@ impl<const SEED: u64> Distribute for Random<SEED> {
}
}

// #[cfg(all(test, unit_test))]
#[cfg(test)]
#[cfg(all(test, unit_test))]
mod tests {
use std::{
collections::{HashMap, HashSet},
Expand Down

0 comments on commit 824ee6d

Please sign in to comment.