1 parent 19bcf9b commit f617d1bCopy full SHA for f617d1b
1 file changed
tests/integration/test_uow.py
@@ -10,7 +10,6 @@ def insert_batch(ref, sku, qty, eta):
10
11
12
def get_allocated_batch_ref(orderid, sku):
13
- print(django_models.Allocation.objects.all())
14
return django_models.Allocation.objects.get(
15
line__orderid=orderid, line__sku=sku
16
).batch.reference
0 commit comments