Skip to content

Commit

Permalink
My bad
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Apr 19, 2024
1 parent 679eb8a commit e69b0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub mod bootstrapping {
let leases = Leases::<Runtime>::get();
assert_eq!(
leases.len(),
LEASES.iter().filter(|(_, l)| sale_info.region_end * 80 <= *l).count()
LEASES.iter().filter(|(_, l)| sale_info.region_end <= *l).count()
);

// Iterate through hardcoded leases and check they're all correctly in state (leases or
Expand Down

0 comments on commit e69b0fe

Please sign in to comment.