Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Apr 15, 2024
1 parent 5b512f4 commit 96ac67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mod tests {
fn test_block_weights() {
let weights = BlockWeights::get();

assert_eq!(weights.base_block, Weight::from_parts(390584000, 0));
assert_eq!(weights.base_block, Weight::from_parts(390584000, 0));
assert_eq!(weights.max_block, Weight::from_parts(500000000000, 5242880));

let normal = weights.per_class.get(DispatchClass::Normal);
Expand Down

0 comments on commit 96ac67b

Please sign in to comment.