fix tests

This commit is contained in:
Maxksim Fomenkov
2022-10-07 10:18:34 +03:00
parent 745cb3668f
commit b133210780

View File

@@ -167,6 +167,7 @@ class NativeCallSpec extends Specification {
.setSucceed(false)
.setErrorMessage("Failed to call 5: test test")
.setId(5)
.setErrorCode(500)
.build())
.expectComplete()
.verify(Duration.ofSeconds(1))
@@ -182,6 +183,7 @@ class NativeCallSpec extends Specification {
.expectNext(BlockchainOuterClass.NativeCallReplyItem.newBuilder()
.setSucceed(false)
.setErrorMessage("test test")
.setErrorCode(500)
.build())
.expectComplete()
.verify(Duration.ofSeconds(1))