fix: zero price-per-byte retrieval

This commit is contained in:
Dirk McCormick
2021-02-01 16:55:18 +01:00
parent 4937fb925e
commit a19d6ce8a3
4 changed files with 21 additions and 3 deletions
+3
View File
@@ -57,6 +57,9 @@ func TestAPIDealFlow(t *testing.T) {
t.Run("TestFastRetrievalDealFlow", func(t *testing.T) {
test.TestFastRetrievalDealFlow(t, builder.MockSbBuilder, blockTime, dealStartEpoch)
})
t.Run("TestZeroPricePerByteRetrievalDealFlow", func(t *testing.T) {
test.TestZeroPricePerByteRetrievalDealFlow(t, builder.MockSbBuilder, blockTime, dealStartEpoch)
})
}
func TestAPIDealFlowReal(t *testing.T) {