Skip to content

Commit b59e28c

Browse files
committed
fix merge
1 parent e663b37 commit b59e28c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pallets/admin-utils/tests/tests.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,10 @@ fn test_sudo_set_commit_reveal_weights_enabled() {
11521152
SubtensorModule::get_commit_reveal_weights_enabled(netuid),
11531153
to_be_set
11541154
);
1155+
});
1156+
}
11551157

1158+
#[test]
11561159
fn test_sudo_set_target_stakes_per_interval() {
11571160
new_test_ext().execute_with(|| {
11581161
let to_be_set = 100;

0 commit comments

Comments
 (0)