X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fhelper%2Fmapping.t;h=96a8f038dfc69685dae0fbe9b5528b22b3d8613a;hb=4c16179dc5cbefb39731cec4e6ef8e10632b914e;hp=d0c015cf6f51d79afc6b2eba87a8b956e9f652d5;hpb=3cc8ad871fc62723dbb9879a004a2af49d21bfef;p=kivitendo-erp.git diff --git a/t/helper/mapping.t b/t/helper/mapping.t index d0c015cf6..96a8f038d 100644 --- a/t/helper/mapping.t +++ b/t/helper/mapping.t @@ -1,7 +1,7 @@ use Test::More tests => 12; -use_ok 'SL::DB::Helpers::ALL'; -use_ok 'SL::DB::Helpers::Mappings', qw(db); +use_ok 'SL::DB::Helper::ALL'; +use_ok 'SL::DB::Helper::Mappings', qw(db); is db('part'), 'SL::DB::Part'; is db('parts'), 'SL::DB::Manager::Part';