Bug 10390: (follow-up) correct description of a test
authorGalen Charlton <gmc@esilibrary.com>
Fri, 5 Jul 2013 17:01:28 +0000 (17:01 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 5 Jul 2013 17:01:28 +0000 (17:01 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
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");