Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
fix: remove usage of test util in src (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Sep 10, 2020
1 parent 4d48f80 commit f1b5e0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/storage/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import offerHooks from './hooks/offers.hooks'
import agreementHooks from './hooks/agreements.hooks'
import eventProcessor from './storage.processor'
import storageChannels from './storage.channels'
import { sleep } from '../../../test/utils'

export class OfferService extends Service {
emit?: Function
Expand Down Expand Up @@ -132,8 +131,6 @@ const storage: CachedService = {
const store = getObject()
delete store['storage.lastFetchedBlockNumber']
delete store['storage.lastFetchedBlockHash']

await sleep(1000)
},

precache
Expand Down

0 comments on commit f1b5e0b

Please sign in to comment.