Skip to content

Commit

Permalink
testing setup closer
Browse files Browse the repository at this point in the history
  • Loading branch information
coachchucksol committed Nov 12, 2024
1 parent 200fca4 commit a4f17b6
Show file tree
Hide file tree
Showing 5 changed files with 2,796 additions and 38 deletions.
2 changes: 1 addition & 1 deletion core/src/epoch_snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl OperatorSnapshot {
bump: u8,
current_slot: u64,
) -> Self {
let mut snapshot = Self::new(operator, ncn, ncn_epoch, bump, current_slot, true, 0, 0);
let mut snapshot = Self::new(operator, ncn, ncn_epoch, bump, current_slot, false, 0, 0);

snapshot.slot_finalized = PodU64::from(current_slot);
snapshot
Expand Down
1 change: 1 addition & 0 deletions integration_tests/tests/fixtures/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use thiserror::Error;
pub mod restaking_client;
pub mod test_builder;
pub mod tip_router_client;
pub mod vault_client;

pub type TestResult<T> = Result<T, TestError>;

Expand Down
Loading

0 comments on commit a4f17b6

Please sign in to comment.