summaryrefslogtreecommitdiff
path: root/t/20-vrr.t
diff options
context:
space:
mode:
Diffstat (limited to 't/20-vrr.t')
-rw-r--r--t/20-vrr.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/20-vrr.t b/t/20-vrr.t
index 96a8c69..c97b376 100644
--- a/t/20-vrr.t
+++ b/t/20-vrr.t
@@ -6,9 +6,9 @@ use 5.010;
use Test::More tests => 59;
BEGIN {
- use_ok('Net::Travel::DE::VRR');
+ use_ok('Travel::Routing::DE::VRR');
}
-require_ok('Net::Travel::DE::VRR');
+require_ok('Travel::Routing::DE::VRR');
sub efa_conf {
my $ret = {
@@ -23,7 +23,7 @@ sub efa_conf {
sub efa_new {
return new_ok(
- 'Net::Travel::DE::VRR' => [%{efa_conf(@_)}]
+ 'Travel::Routing::DE::VRR' => [%{efa_conf(@_)}]
);
}