Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin authored Dec 31, 2024
1 parent 4b4cd22 commit 97450fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/nfts/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,7 @@ fn clear_all_transfer_approvals_with_conflict_returns_error() {
None
));

// Throws `DelegateApprovalConflict` if there are existing collection approvals.
// Throws `DelegateApprovalConflict` if collection approvals exists.
assert_ok!(Nfts::approve_collection_transfer(
RuntimeOrigin::signed(owner.clone()),
collection_id,
Expand Down

0 comments on commit 97450fa

Please sign in to comment.