We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad85c27 commit 66c87afCopy full SHA for 66c87af
pallets/subtensor/tests/swap.rs
@@ -747,7 +747,7 @@ fn test_swap_axons_weight_update() {
747
// Verify the weight update
748
let expected_weight = netuid_is_member.len() as u64
749
* <Test as frame_system::Config>::DbWeight::get().reads_writes(1, 2);
750
- assert_eq!(weight, expected_weight.into());
+ assert_eq!(weight, expected_weight);
751
});
752
}
753
0 commit comments