Fix tests
This commit is contained in:
parent
5aa8776b0d
commit
d2437055d9
@ -14,7 +14,7 @@ def load_test_block(block_number: int) -> Block:
|
|||||||
|
|
||||||
with open(block_path, "r") as block_file:
|
with open(block_path, "r") as block_file:
|
||||||
block_json = json.load(block_file)
|
block_json = json.load(block_file)
|
||||||
return Block(**block_json)
|
return Block(**block_json, block_timestamp=0)
|
||||||
|
|
||||||
|
|
||||||
def load_comp_markets() -> Dict[str, str]:
|
def load_comp_markets() -> Dict[str, str]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user