Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fersirni committed Oct 28, 2022
1 parent 7a13337 commit 74e784d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/contracts/contracts.resolver.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import { NotFoundException } from '@nestjs/common'
import { Test, TestingModule } from '@nestjs/testing'
import { mockContract, mockContracts, mockContractQueries, generateAbiInBase64, mockQueryString } from '../../mocks/contracts-mocks'
import {
mockContract,
mockContracts,
mockContractQueries,
generateAbiInBase64,
mockQueryString,
} from '../../mocks/contracts-mocks'
import { mockEvents } from '../../mocks/events-mocks'
import { EventsService } from '../events/events.service'
import { ContractsResolver } from './contracts.resolver'
Expand Down
1 change: 0 additions & 1 deletion src/contracts/dtos/fetch-contracts.input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ export class FetchContractsInput {

@Field(/* istanbul ignore next */ () => Int)
take? = 20

}

0 comments on commit 74e784d

Please sign in to comment.