Skip to content

Commit df2dabb

Browse files
author
Вадим Козыревский
committed
fix after review
1 parent b345332 commit df2dabb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/integration/test_saga_mediator_sqlalchemy_postgres.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
from cqrs.saga.storage.sqlalchemy import SqlAlchemySagaStorage
1313

1414
from tests.integration.test_saga_mediator_memory import (
15-
_TestContainer, FailingOrderSaga,
15+
_TestContainer,
16+
FailingOrderSaga,
1617
InventoryReservedEventHandler,
1718
OrderContext,
1819
OrderSaga,

0 commit comments

Comments
 (0)