Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza committed Nov 14, 2024
1 parent a4a78c4 commit b857c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/subspace/registration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ mod module_validation {
// Should fail now because fees are too low
assert_err!(
update_module(b"test3", b"0.0.0.0:3"),
Error::<Test>::InvalidMinFees
Error::<Test>::InvalidMinDelegationFee
);

// Update fees to valid values
Expand Down

0 comments on commit b857c9c

Please sign in to comment.