Skip to content

Commit ff0a15c

Browse files
committed
fixup a batchref
1 parent 8a6ec0e commit ff0a15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_allocate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def test_prefers_current_stock_batches_to_shipments():
10-
in_stock_batch = Batch("in-warehouse-stock", "RETRO-CLOCK", 100, eta=None)
10+
in_stock_batch = Batch("in-stock-batch", "RETRO-CLOCK", 100, eta=None)
1111
shipment_batch = Batch("shipment-batch", "RETRO-CLOCK", 100, eta=tomorrow)
1212
line = OrderLine("oref", "RETRO-CLOCK", 10)
1313

0 commit comments

Comments
 (0)