Skip to content

Commit

Permalink
fix: remove unused import diluteStamp on unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
luissanchez0305 committed Oct 7, 2022
1 parent 0eda37f commit de6f7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stamps.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Server } from 'http'
import { BeeDebug, BatchId, PostageBatch } from '@ethersphere/bee-js'
import { StampsManager, getUsage, buyNewStamp, topUpStamp, diluteStamp, filterUsableStampsAutobuy } from '../src/stamps'
import { StampsManager, getUsage, buyNewStamp, topUpStamp, filterUsableStampsAutobuy } from '../src/stamps'
import { getStampsConfig } from '../src/config'
import { sleep } from '../src/utils'
import { createStampMockServer, StampDB } from './stamps.mockserver'
Expand Down

0 comments on commit de6f7bf

Please sign in to comment.