Skip to content

Commit ca5da26

Browse files
author
Roman
committed
fix e2e test
1 parent 897e492 commit ca5da26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_metagraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_metagraph_info(subtensor, alice_wallet):
243243
bonds_moving_avg=4.87890977618477e-14,
244244
hotkeys=["5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM"],
245245
coldkeys=["5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM"],
246-
identities={},
246+
identities=[None],
247247
axons=(
248248
{
249249
"block": 0,

0 commit comments

Comments
 (0)