Skip to content

Commit

Permalink
Post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
metacertain committed Jan 31, 2021
1 parent 471bd0f commit 53afb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/retrieval/retrieval_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ func TestRetrievePreemptiveRetry(t *testing.T) {
chunk := testingc.FixtureChunk("0025")
someOtherChunk := testingc.FixtureChunk("0033")

price := uint64(1)
pricerMock := accountingmock.NewPricer(price, price)
price := uint64(10)
pricerMock := pricermock.NewMockService()

clientAddress := swarm.MustParseHexAddress("1010")

Expand Down

0 comments on commit 53afb32

Please sign in to comment.