deals: Finish client sealing state handler

This commit is contained in:
Łukasz Magiera
2019-11-07 10:13:42 +01:00
parent 6cc360e0f7
commit 12161fc607
4 changed files with 44 additions and 25 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func TestDealFlow(t *testing.T, b APIBuilder) {
// TODO: this sleep is only necessary because deals don't immediately get logged in the dealstore, we should fix this
time.Sleep(time.Second)
loop:
loop:
for {
di, err := client.ClientGetDealInfo(ctx, *deal)
if err != nil {