Skip to content

Commit

Permalink
Fixed Py3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Nov 18, 2023
1 parent c1bafea commit dd1e808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fsm/storage/test_isolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_create_from_url(self):
assert isolation.redis is not None
assert isolation.key_builder is not None

assert pool.called_once_with("redis://localhost:6379/0")
pool.assert_called_once_with("redis://localhost:6379/0")

async def test_close(self):
isolation = RedisEventIsolation(redis=AsyncMock())
Expand Down

0 comments on commit dd1e808

Please sign in to comment.