Skip to content

Commit 96faab4

Browse files
authored
Merge pull request #2700 from opentensor/fix/thewhaleking/e2e-uses-dot-value
Use `.value` in e2e test
2 parents 80634e0 + dfaf1a2 commit 96faab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_set_weights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async def test_set_weights_uses_next_nonce(local_chain, subtensor, alice_wallet)
128128
module="SubtensorModule",
129129
name="Weights",
130130
params=[netuid, 0], # Alice should be the only UID
131-
)
131+
).value
132132

133133
assert weights is not None, f"Weights not found for subnet {netuid}"
134134
assert weights == list(

0 commit comments

Comments
 (0)