Skip to content

Commit 46a08fe

Browse files
committed
Use .value in e2e test
1 parent 0f8d278 commit 46a08fe

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)