From 36e1e7d48b70e25cddf374a0304fd651a98b2ea5 Mon Sep 17 00:00:00 2001 From: Liam Aharon <liam.aharon@hotmail.com> Date: Fri, 12 Apr 2024 17:05:42 +1000 Subject: [PATCH] Update substrate/frame/asset-rewards/src/tests.rs --- substrate/frame/asset-rewards/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/asset-rewards/src/tests.rs b/substrate/frame/asset-rewards/src/tests.rs index efa4c9676f4..22024126368 100644 --- a/substrate/frame/asset-rewards/src/tests.rs +++ b/substrate/frame/asset-rewards/src/tests.rs @@ -32,7 +32,7 @@ const DEFAULT_ADMIN: u128 = 1; /// - Expiry block: 100 /// - Admin: 1 /// -/// Useful to reduce boilerplate in tests when it's not important to customise or reusing pool +/// Useful to reduce boilerplate in tests when it's not important to customise or reuse pool /// params. pub fn create_default_pool() { assert_ok!(StakingRewards::create_pool( -- GitLab