Skip to content

Commit

Permalink
fix(backend): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BlairCurrey committed Jun 18, 2024
1 parent 770c0bd commit c063b93
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ import { Config, IAppConfig } from '../../config/app'
import { IocContract } from '@adonisjs/fold'
import { initIocContainer } from '../../'
import { AppServices } from '../../app'
import { faker, fi } from '@faker-js/faker'
import { faker } from '@faker-js/faker'
import { createIncomingPayment } from '../../tests/incomingPayment'
import { getPageTests } from '../../shared/baseModel.test'
import { Pagination, SortOrder } from '../../shared/baseModel'
import { sleep } from '../../shared/utils'
import { withConfigOverride } from '../../tests/helpers'
import { WalletAddressAdditionalProperty } from './additional_property/model'
import { property } from 'lodash'

describe('Open Payments Wallet Address Service', (): void => {
let deps: IocContract<AppServices>
Expand Down

0 comments on commit c063b93

Please sign in to comment.