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 5c20528 commit 2db048bCopy full SHA for 2db048b
near-contract-standards/src/non_fungible_token/payout/payout_impl.rs
@@ -189,7 +189,7 @@ mod tests {
189
190
#[test]
191
#[should_panic(expected = "each royalty should be at most 100")]
192
- fn validate_roalty_per_account_fails() {
+ fn validate_royalty_per_account_fails() {
193
let mut map = TreeMap::new(KEY_PREFIX);
194
195
// Fails with more than 100% per account.
@@ -203,7 +203,7 @@ mod tests {
203
204
205
#[should_panic(expected = "total percent of each royalty split must be at most 100")]
206
- fn validate_total_roalties_fails() {
+ fn validate_total_royalties_fails() {
207
208
209
// Fails with total royalties over 100%.
0 commit comments