Skip to content

Commit 0adfe05

Browse files
committed
fix: integration tests
1 parent adb6244 commit 0adfe05

File tree

1 file changed

+1
-5
lines changed
  • test-integration/test-ledger-restore/src

1 file changed

+1
-5
lines changed

test-integration/test-ledger-restore/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,7 @@ pub fn setup_offline_validator_with_authority_override(
198198
reset_ledger: bool,
199199
replay_authority_override: Pubkey,
200200
) -> (TempDir, Child, IntegrationTestContext) {
201-
let accountsdb_config = AccountsDbConfig {
202-
snapshot_frequency: SNAPSHOT_FREQUENCY,
203-
..Default::default()
204-
};
201+
let accountsdb_config = AccountsDbConfig::default();
205202

206203
let validator_config = ValidatorConfig::default();
207204
let programs = resolve_programs(programs);
@@ -252,7 +249,6 @@ pub fn setup_validator_with_local_remote_and_authority_override(
252249
replay_authority_override: Pubkey,
253250
) -> (TempDir, Child, IntegrationTestContext) {
254251
let accountsdb_config = AccountsDbConfig {
255-
snapshot_frequency: SNAPSHOT_FREQUENCY,
256252
reset: reset_ledger,
257253
..Default::default()
258254
};

0 commit comments

Comments
 (0)