This commit is contained in:
Łukasz Magiera 2020-01-14 16:12:42 +01:00
parent 7da41f0fdc
commit 1bb9cfee53

View File

@ -393,7 +393,7 @@ func TestAPIRPC(t *testing.T) {
}
func TestAPIDealFlow(t *testing.T) {
test.TestDealFlow(t, mockSbBuilder, 10 * time.Millisecond)
test.TestDealFlow(t, mockSbBuilder, 10*time.Millisecond)
}
func TestAPIDealFlowReal(t *testing.T) {