Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit 073e5be

Browse files
committed
fix: 🐛 typo error
1 parent e12ca4e commit 073e5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contract_wrappers/tokens/__tests__/security_token_wrapper.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2572,7 +2572,7 @@ describe('SecurityTokenWrapper', () => {
25722572
// Mock web3 wrapper owner
25732573
when(mockedWrapper.getAvailableAddressesAsync()).thenResolve([expectedOwnerResult]);
25742574

2575-
// canTransefer
2575+
// canTransfer
25762576
const expectedStatusCode = TransferStatusCodes.TransferSuccess;
25772577
const expectedReasonCode = 'Reason';
25782578
const expectedCanResult = [expectedStatusCode, stringToBytes32(expectedReasonCode)];

0 commit comments

Comments
 (0)