Skip to content

Commit f52bc23

Browse files
committed
Fixe lint issue
1 parent b80dd6a commit f52bc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/infrastructure/BlockHttp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ import { NetworkCurrencyMosaic } from '../../src/model/mosaic/NetworkCurrencyMos
2727
import { Deadline } from '../../src/model/transaction/Deadline';
2828
import { TransactionInfo } from '../../src/model/transaction/TransactionInfo';
2929
import { TransferTransaction } from '../../src/model/transaction/TransferTransaction';
30-
import { IntegrationTestHelper } from './IntegrationTestHelper';
3130
import { UInt64 } from '../../src/model/UInt64';
31+
import { IntegrationTestHelper } from './IntegrationTestHelper';
3232

3333
describe('BlockHttp', () => {
3434
const helper = new IntegrationTestHelper();

0 commit comments

Comments
 (0)