fix: lint fix

This commit is contained in:
Dirk McCormick 2020-07-22 16:15:57 -04:00
parent 90e29a7bee
commit 55cfdd6fe8

View File

@ -212,7 +212,7 @@ func waitForMessage(ctx context.Context, t *testing.T, paymentCreator TestNode,
t.Fatal(err)
}
if res.Receipt.ExitCode != 0 {
t.Fatal("did not successfully send %s", desc)
t.Fatalf("did not successfully send %s", desc)
}
fmt.Println("Confirmed", desc)
return res