just to be sure. even more thorough test
This commit is contained in:
parent
a0ee96da6d
commit
2b85716184
@ -687,6 +687,10 @@ mod test {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_serializing_padded_ints() {
|
fn test_serializing_padded_ints() {
|
||||||
let x: U64 = "0x001234".parse().unwrap();
|
let x: U64 = "0x001234".parse().unwrap();
|
||||||
|
|
||||||
|
let y: U64 = "0x1234".parse().unwrap();
|
||||||
|
|
||||||
|
assert_eq!(x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: tests for eth_getLogs
|
// TODO: tests for eth_getLogs
|
||||||
|
Loading…
Reference in New Issue
Block a user