Fix a constant that was missed (#27731)

Missed constant
This commit is contained in:
apfitzge 2022-09-12 16:23:55 -05:00 committed by GitHub
parent 0bcd9134bc
commit 0c185d1983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4039,7 +4039,7 @@ pub mod tests {
&AccountSecondaryIndexes::default(),
value,
&mut gc,
UPSERT_PREVIOUS_SLOT_ENTRY_WAS_CACHED_FALSE,
UPSERT_POPULATE_RECLAIMS,
);
assert!(gc.is_empty());
}