From 37b3ac65e1dd363db8cc12793980a273b8cc09f4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 5 Jul 2013 17:01:28 +0000 Subject: [PATCH] Bug 10390: (follow-up) correct description of a test Signed-off-by: Galen Charlton --- t/Acquisition/Invoice.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Acquisition/Invoice.t b/t/Acquisition/Invoice.t index 0a37f44070..0fd5b91c24 100755 --- a/t/Acquisition/Invoice.t +++ b/t/Acquisition/Invoice.t @@ -149,4 +149,4 @@ my $deleters = [ $dbh->{mock_add_resultset} = $checkordersrs; $dbh->{mock_add_resultset} = $deleters; -ok(DelInvoice(42), "Invoices with items do get deleted"); +ok(DelInvoice(42), "Invoices without items do get deleted"); -- 2.39.5