Skip to content

Commit

Permalink
style: eslint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jul 14, 2022
1 parent 213dec2 commit f908b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import { Subject } from 'rxjs'
import { NodeFileSystem } from '../../../../../node/src/NodeFileSystem'
import { getAgentConfig, getAgentContext, mockFunction } from '../../../../tests/helpers'
import { CacheRepository } from '../../../cache/CacheRepository'
import { SigningProviderRegistry } from '../../../crypto/signing-provider'
import { IndyWallet } from '../../../wallet/IndyWallet'
import { IndyIssuerService } from '../../indy/services/IndyIssuerService'
import { IndyPool } from '../IndyPool'
import { IndyLedgerService } from '../services/IndyLedgerService'
import { IndyPoolService } from '../services/IndyPoolService'
import { SigningProviderRegistry } from '../../../crypto/signing-provider'

jest.mock('../services/IndyPoolService')
const IndyPoolServiceMock = IndyPoolService as jest.Mock<IndyPoolService>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ import {
mockFunction,
} from '../../../../tests/helpers'
import { EventEmitter } from '../../../agent/EventEmitter'
import { SigningProviderRegistry } from '../../../crypto/signing-provider'
import { IndyWallet } from '../../../wallet/IndyWallet'
import { QuestionAnswerEventTypes } from '../QuestionAnswerEvents'
import { QuestionAnswerRole } from '../QuestionAnswerRole'
import { QuestionMessage } from '../messages'
import { QuestionAnswerState } from '../models'
import { QuestionAnswerRecord, QuestionAnswerRepository } from '../repository'
import { QuestionAnswerService } from '../services'
import { SigningProviderRegistry } from '../../../crypto/signing-provider'

jest.mock('../repository/QuestionAnswerRepository')
const QuestionAnswerRepositoryMock = QuestionAnswerRepository as jest.Mock<QuestionAnswerRepository>
Expand Down

0 comments on commit f908b0d

Please sign in to comment.