From 010fd12311881d041154b42b8008f96b56d81fc5 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 7 Jul 2020 18:19:52 +0200 Subject: [PATCH] shop_order.t - typo: shop statt shor --- t/shop/shop_order.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/shop/shop_order.t b/t/shop/shop_order.t index aef41501b..f8ea56e09 100644 --- a/t/shop/shop_order.t +++ b/t/shop/shop_order.t @@ -39,13 +39,13 @@ sub reset_state { )->save; } -sub save_shorcontroller_to_string { +sub save_shopcontroller_to_string { my $output; open(my $outputFH, '>', \$output) or die "OUTPUT"; my $oldFH = select $outputFH; - my $shor_controller = SL::Controller::ShopOrder->new; - $shor_controller->action_transfer; + my $shop_controller = SL::Controller::ShopOrder->new; + $shop_controller->action_transfer; select $oldFH; close $outputFH; @@ -57,7 +57,7 @@ sub test_transfer { $::form->{import_id} = $params{import_id}; $::form->{customer} = $params{customer}; my $test_name = 'Test Controller Action Transfer'; - save_shorcontroller_to_string(); + save_shopcontroller_to_string(); my @links_record = RecordLinks->get_links( 'from_table' => 'shop_orders', 'from_id' => $params{import_id}, 'to_table' => 'oe', -- 2.20.1