diff options
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/svc_acct_sm.t (renamed from FS/t/cust_bill_pkg_detail.t) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/t/cust_bill_pkg_detail.t b/FS/t/svc_acct_sm.t index ea6e3d125..1082f2cdb 100644 --- a/FS/t/cust_bill_pkg_detail.t +++ b/FS/t/svc_acct_sm.t @@ -1,5 +1,5 @@ BEGIN { $| = 1; print "1..1\n" } END {print "not ok 1\n" unless $loaded;} -use FS::cust_bill_pkg_detail; +use FS::svc_acct_sm; $loaded=1; print "ok 1\n"; |