Revert "pallet-core-fellowship: import an unimported member on approve" (#2956)

Reverts paritytech/polkadot-sdk#2883

Code, not docs, was intended.
This commit is contained in:
joe petrowski
2024-01-17 09:59:00 +01:00
committed by GitHub
parent 33d533e1be
commit c01dbebeaa
3 changed files with 9 additions and 37 deletions
@@ -378,11 +378,3 @@ fn active_changing_get_salary_works() {
}
});
}
#[test]
fn approve_imports_not_tracked_member() {
new_test_ext().execute_with(|| {
set_rank(10, 5);
assert_ok!(CoreFellowship::approve(signed(5), 10, 5));
});
}