Skip to content

Commit

Permalink
Update tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shawntabrizi committed Nov 4, 2024
1 parent bad4860 commit f6c7e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/42/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(|| { ... });`
Expand Down

0 comments on commit f6c7e3c

Please sign in to comment.