Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nonsense committed Mar 19, 2021
1 parent 00df6da commit 58d0bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storagemarket/impl/clientstates/client_states_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func TestProposeDeal(t *testing.T) {
},
inspector: func(deal storagemarket.ClientDeal, env *fakeEnvironment) {
tut.AssertDealState(t, storagemarket.StorageDealFailing, deal.State)
assert.Equal(t, "error reading Response message: read response failed", deal.Message)
assert.Equal(t, "error reading Response message from provider: read response failed", deal.Message)
},
})
})
Expand Down

0 comments on commit 58d0bf7

Please sign in to comment.