Skip to content

Commit

Permalink
Fixed one test.
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhaleking committed Nov 14, 2024
1 parent b364228 commit a266e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_async_subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ async def test_get_delegates(subtensor, mocker, fake_hex_bytes_result, response)


@pytest.mark.parametrize(
"fake_hex_bytes_result, response", [(None, []), ("zz001122", b"\xaa\xbb\xcc\xdd")]
"fake_hex_bytes_result, response", [(None, []), ("0x001122", b"\xaa\xbb\xcc\xdd")]
)
@pytest.mark.asyncio
async def test_get_stake_info_for_coldkey(
Expand Down

0 comments on commit a266e79

Please sign in to comment.