We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6ec0e commit ff0a15cCopy full SHA for ff0a15c
test_allocate.py
@@ -7,7 +7,7 @@
7
8
9
def test_prefers_current_stock_batches_to_shipments():
10
- in_stock_batch = Batch("in-warehouse-stock", "RETRO-CLOCK", 100, eta=None)
+ in_stock_batch = Batch("in-stock-batch", "RETRO-CLOCK", 100, eta=None)
11
shipment_batch = Batch("shipment-batch", "RETRO-CLOCK", 100, eta=tomorrow)
12
line = OrderLine("oref", "RETRO-CLOCK", 10)
13
0 commit comments