Skip to content

Commit 0c3557a

Browse files
committed
fix: typo
1 parent 7833aed commit 0c3557a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/testenv/src/persist_test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pub fn persist_last_evicted<Store, CreateStore, Initialize, Persist>(
362362

363363
let changeset = ChangeSet::<ConfirmationBlockTime> {
364364
txs: txs_new,
365-
last_seen: last_evicted_new.clone(),
365+
last_evicted: last_evicted_new.clone(),
366366
..ChangeSet::<ConfirmationBlockTime>::default()
367367
};
368368
persist(&mut store, &changeset).expect("should persist changeset");

0 commit comments

Comments
 (0)