Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed May 27, 2024
1 parent 690e806 commit e98b78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nfts/test/snaefell/SnaefellToken.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ contract SnaefellTokenTest is Test {
assertEq(tokenIds.length, 5);
}

function test_revert_tokenCannotBeTransfered() public {
function test_revert_tokenCannotBeTransferred() public {
vm.startBroadcast(owner);
uint256[] memory tokenIds = token.mint(owner, 5);

Expand Down

0 comments on commit e98b78c

Please sign in to comment.