cobr-gen: Soft struct-map unmarshaling

This commit is contained in:
Łukasz Magiera
2020-01-21 17:05:10 +01:00
parent f5bfaff003
commit 2076cb106d
9 changed files with 590 additions and 799 deletions
+6
View File
@@ -393,6 +393,12 @@ func TestAPIRPC(t *testing.T) {
}
func TestAPIDealFlow(t *testing.T) {
logging.SetLogLevel("miner", "ERROR")
logging.SetLogLevel("chainstore", "ERROR")
logging.SetLogLevel("chain", "ERROR")
logging.SetLogLevel("sub", "ERROR")
logging.SetLogLevel("storageminer", "ERROR")
test.TestDealFlow(t, mockSbBuilder, 10*time.Millisecond)
}