Skip to content

Commit 04e3a2e

Browse files
committed
feed thru a change
1 parent b3bc6e6 commit 04e3a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_13_dependency_injection.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def sqlite_bus(sqlite_session_factory):
708708
709709
def test_allocations_view(sqlite_bus):
710710
sqlite_bus.handle(commands.CreateBatch('sku1batch', 'sku1', 50, None))
711-
sqlite_bus.handle(commands.CreateBatch('sku2batch', 'sku2', 50, date.today()))
711+
sqlite_bus.handle(commands.CreateBatch('sku2batch', 'sku2', 50, today))
712712
...
713713
assert views.allocations('order1', sqlite_bus.uow) == [
714714
{'sku': 'sku1', 'batchref': 'sku1batch'},

0 commit comments

Comments
 (0)