We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TestChainRPC
1 parent 0008b59 commit 055e5c3Copy full SHA for 055e5c3
tests/rpc/rpc_03-chain_test.go
@@ -102,7 +102,7 @@ func TestChainRPC(t *testing.T) {
102
}
103
block.Block.Header.Digest.Logs = nil
104
assert.Len(t, block.Block.Body, 1)
105
- const bodyRegex = `^0x280403000b[0-9a-z]{8}8101$`
+ const bodyRegex = `^0x280403000b[0-9a-z]{8}8201$`
106
assert.Regexp(t, bodyRegex, block.Block.Body[0])
107
block.Block.Body = nil
108
0 commit comments