Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pLabarta committed Feb 5, 2025
1 parent c45305e commit db5f4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/moonbase/src/weights/pallet_assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl<T: frame_system::Config> pallet_assets::WeightInfo for WeightInfo<T> {
// Measured: `6`
// Estimated: `3639`
// Minimum execution time: 10_296_000 picoseconds.
Weight::from_parts(10_719_000, 3639)
Weight::from_parts(10, 36)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand Down

0 comments on commit db5f4e2

Please sign in to comment.