From f6c7e3ce7677138693fe3ed354756ce854383391 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Mon, 4 Nov 2024 10:19:05 +0800 Subject: [PATCH] Update tests.rs --- steps/42/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/42/src/tests.rs b/steps/42/src/tests.rs index ccaf15ad..eb9c3cd1 100644 --- a/steps/42/src/tests.rs +++ b/steps/42/src/tests.rs @@ -61,7 +61,7 @@ impl pallet_balances::Config for TestRuntime { // will also need to update this configuration to represent that. impl pallet_kitties::Config for TestRuntime { type RuntimeEvent = RuntimeEvent; - /* 🚧 TODO 🚧: Add type `NativeBalance` as the `Balances` pallet. */ + /* 🚧 TODO 🚧: Assign associated type `NativeBalance` to `PalletBalances`. */ } // We need to run most of our tests using this function: `new_test_ext().execute_with(|| { ... });`