Skip to content

Commit

Permalink
fix typos benchmarking.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasandroil authored Feb 18, 2025
1 parent 6fe34a0 commit 3523482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pallet-domains/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ mod benchmarks {

assert_eq!(
PendingSlashes::<T>::get(domain_id)
.expect("pedning slash must exist")
.expect("pending slash must exist")
.len(),
n as usize
);
Expand Down Expand Up @@ -304,7 +304,7 @@ mod benchmarks {
if s != 0 {
assert_eq!(
PendingSlashes::<T>::get(domain_id)
.expect("pedning slash must exist")
.expect("pending slash must exist")
.len(),
s as usize
);
Expand Down

0 comments on commit 3523482

Please sign in to comment.