Skip to content

Commit

Permalink
called -> awaited
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhaleking committed Feb 20, 2025
1 parent 80f9174 commit f7a9315
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 @@ -157,7 +157,7 @@ async def test_async_subtensor_aenter_connection_refused_error(
pass

# Asserts
fake_async_substrate.initialize.assert_called_once()
fake_async_substrate.initialize.assert_awaited_once()


@pytest.mark.asyncio
Expand Down

0 comments on commit f7a9315

Please sign in to comment.