Skip to content

Commit

Permalink
fix concurrent test
Browse files Browse the repository at this point in the history
  • Loading branch information
2501babe committed Nov 15, 2024
1 parent 9e8eb4b commit 96ef843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svm/tests/concurrent_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ fn svm_concurrent() {
let read_account = Pubkey::new_unique();
let mut account_data = AccountSharedData::default();
account_data.set_data(AMOUNT.to_le_bytes().to_vec());
account_data.set_rent_epoch(u64::MAX);
account_data.set_lamports(1);
mock_bank
.account_shared_data
.write()
Expand Down

0 comments on commit 96ef843

Please sign in to comment.