Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Oleh Mell <[email protected]>
  • Loading branch information
F3Joule and olehmell committed Feb 28, 2024
1 parent 3790cb9 commit 4fb77b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/space-ownership/tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn transfer_ownership_should_not_allow_transfer_to_current_owner() {
}

#[test]
fn transfer_ownership_should_not_allow_active_creator_to_transfer_ownership() {
fn transfer_ownership_should_not_allow_active_creator_to_transfer_space_ownership() {
ExtBuilder::build_with_all_enitities().execute_with(|| {
let _m = use_static_mock();
let creator_staking_ctx = MockCreatorStaking::is_creator_active_context();
Expand Down

0 comments on commit 4fb77b2

Please sign in to comment.