Adjust bpf epoch for tests, not effecting prod. (#12387)

* Adjust bpf epoch for tests, not effecting prod.

* Fix local cluster test...
This commit is contained in:
Ryo Onodera
2020-09-23 04:55:08 +09:00
committed by GitHub
parent 495e237935
commit 3612964a58
2 changed files with 9 additions and 5 deletions

View File

@@ -562,7 +562,7 @@ fn test_stable_operating_mode() {
}
// Programs that are not available at epoch 0
for program_id in [&solana_sdk::bpf_loader::id(), &solana_vest_program::id()].iter() {
for program_id in [&solana_vest_program::id()].iter() {
assert_eq!(
(
program_id,