Bug 10390: (follow-up) correct description of a test
[koha.git] / t / Acquisition / Invoice.t
index 0a37f44..0fd5b91 100755 (executable)
@@ -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");