Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed May 29, 2024
1 parent e663b37 commit b59e28c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pallets/admin-utils/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,10 @@ fn test_sudo_set_commit_reveal_weights_enabled() {
SubtensorModule::get_commit_reveal_weights_enabled(netuid),
to_be_set
);
});
}

#[test]
fn test_sudo_set_target_stakes_per_interval() {
new_test_ext().execute_with(|| {
let to_be_set = 100;
Expand Down

0 comments on commit b59e28c

Please sign in to comment.