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.
1 parent 03f892f commit 0fbc115Copy full SHA for 0fbc115
1 file changed
src/ethereum-json-rpc-client/src/lib.rs
@@ -389,9 +389,9 @@ mod tests {
389
\"fromBlock\":\"0x2a\",\
390
\"toBlock\":\"latest\",\
391
\"topics\":[\
392
- \"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\",\
393
- \"0x00000000000000000000000000b46c2526e227482e2ebb8f4c69e4674d262e75\",\
394
- \"0x00000000000000000000000054a2d42a40f51259dedd1978f6c118a0f0eff078\"\
+ [\"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef\"],\
+ [\"0x00000000000000000000000000b46c2526e227482e2ebb8f4c69e4674d262e75\"],\
+ [\"0x00000000000000000000000054a2d42a40f51259dedd1978f6c118a0f0eff078\"]\
395
]}";
396
assert_eq!(json, expected_json);
397
}
0 commit comments