From 001742d8749cdb9a6788a2451cd12aa370e76be5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 16 Jun 2021 11:59:18 +0200 Subject: [PATCH] zu 72ab222ccb9b Testfall korrigiert --- t/wh/inventory.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/wh/inventory.t b/t/wh/inventory.t index 5b59c9202..94214c914 100644 --- a/t/wh/inventory.t +++ b/t/wh/inventory.t @@ -189,11 +189,11 @@ my @contents = WH->get_warehouse_journal(sort => 'date'); cmp_deeply(\@contents, [ ignore(), ignore(), superhashof({ - 'comment' => 'Used for assembly 6 Test Assembly', + 'comment' => 'Used for assembly '. $assembly1->partnumber .' Test Assembly', 'warehouse_from' => 'Warehouse' }), superhashof({ - 'comment' => 'Used for assembly 6 Test Assembly', + 'comment' => 'Used for assembly '. $assembly1->partnumber .' Test Assembly', 'warehouse_from' => 'Warehouse' }), superhashof({ -- 2.20.1