Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 3173449

Browse files
committed
node/approval-voting: Get all module tests to pass.
This commit modifies all tests to ensure tests are passing.
1 parent 5bf68b0 commit 3173449

File tree

6 files changed

+412
-323
lines changed

6 files changed

+412
-323
lines changed

node/core/approval-voting/src/approval_db/v1/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ use bitvec::{vec::BitVec, order::Lsb0 as BitOrderLsb0};
3030

3131
pub(crate) const STORED_BLOCKS_KEY: &[u8] = b"Approvals_StoredBlocks";
3232

33-
//#[cfg(test)]
34-
//pub mod tests;
33+
#[cfg(test)]
34+
pub mod tests;
3535

3636
// slot_duration * 2 + DelayTranche gives the number of delay tranches since the
3737
// unix epoch.

0 commit comments

Comments
 (0)