From 91220c00b6c02aade47d430f348e4095474b48e1 Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Sat, 15 Feb 2025 16:25:16 +0100 Subject: [PATCH] Update tests.rs --- pallets/loans/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/loans/src/tests.rs b/pallets/loans/src/tests.rs index 9e9a61808..d51fee2f2 100644 --- a/pallets/loans/src/tests.rs +++ b/pallets/loans/src/tests.rs @@ -1091,7 +1091,7 @@ fn update_market_reward_speed_works() { } #[test] -fn reward_calculation_one_palyer_in_multi_markets_works() { +fn reward_calculation_one_player_in_multi_markets_works() { new_test_ext().execute_with(|| { assert_ok!(Loans::mint(RuntimeOrigin::signed(ALICE), DOT, unit(100))); assert_ok!(Loans::mint(RuntimeOrigin::signed(ALICE), KSM, unit(100)));