Skip to content

Commit d50e366

Browse files
authored
Merge pull request #2945 from opentensor/fix/roman/e2e-test-metagraph
Fix e2e test metagraph after chain change
2 parents bcf4cc2 + 58ebe84 commit d50e366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e_tests/test_metagraph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def test_metagraph_info(subtensor, alice_wallet, bob_wallet):
237237
burn=Balance.from_tao(0.1),
238238
difficulty=5.421010862427522e-13,
239239
registration_allowed=True,
240-
pow_registration_allowed=False,
240+
pow_registration_allowed=True,
241241
immunity_period=4096,
242242
min_difficulty=5.421010862427522e-13,
243243
max_difficulty=0.25,
@@ -333,7 +333,7 @@ def test_metagraph_info(subtensor, alice_wallet, bob_wallet):
333333
burn=Balance.from_tao(0.1),
334334
difficulty=5.421010862427522e-13,
335335
registration_allowed=True,
336-
pow_registration_allowed=False,
336+
pow_registration_allowed=True,
337337
immunity_period=4096,
338338
min_difficulty=5.421010862427522e-13,
339339
max_difficulty=0.25,

0 commit comments

Comments
 (0)