Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iethena committed Nov 1, 2024
1 parent e351f56 commit c83b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foundry/UStb.transfers.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ contract UStbTransferTest is UStbBaseSetup {
UStbContract.transferFrom(bob, greg, _transferAmount);
}

//Whitelist transfer enabeld only - Whitelist bob and greg. transfer from bob to greg
//Whitelist transfer enabled only - Whitelist bob and greg. transfer from bob to greg
function testTransferStateWhitelistEnabledPass() public {
vm.startPrank(newOwner);
UStbContract.updateTransferState(IUStbDefinitions.TransferState.WHITELIST_ENABLED);
Expand Down

0 comments on commit c83b178

Please sign in to comment.