diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-06 01:39:46 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-06 01:39:46 -0800 |
commit | ee7af13f7f3f1e7568e3039fd6c2a098593e4777 (patch) | |
tree | 0dd47e39d8127c22517035a5726496fc6538a187 /t/transaction.t | |
parent | c1b518f59064671309c220489efd8d59daade4aa (diff) |
tests
Diffstat (limited to 't/transaction.t')
-rw-r--r-- | t/transaction.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/transaction.t b/t/transaction.t index 09de282..56b8a96 100644 --- a/t/transaction.t +++ b/t/transaction.t @@ -3,7 +3,7 @@ use strict; use warnings; use POSIX qw(strftime); -use Test::More; +use Test::More tests => 1; use Business::OnlinePayment; |