Skip to content

Commit dcfbcf6

Browse files
committed
fix: change MockedTokenFactoryModule name with first letter in uppercase
1 parent 7589452 commit dcfbcf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/procedures/__tests__/PushDividendPayment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { spy, restore } from 'sinon';
33
import * as contractWrappersModule from '@polymathnetwork/contract-wrappers';
44
import * as contextModule from '../../Context';
55
import * as wrappersModule from '../../PolymathBase';
6-
import * as tokenFactoryModule from '../../testUtils/mockedTokenFactoryModule';
6+
import * as tokenFactoryModule from '../../testUtils/MockedTokenFactoryModule';
77
import * as dividendFactoryModule from '~/entities/factories/DividendDistributionFactory';
88
import * as pushDividendPaymentModule from '../../procedures/PushDividendPayment';
99
import { PushDividendPayment } from '../../procedures/PushDividendPayment';

0 commit comments

Comments
 (0)