diff --git a/t/01-parse.t b/t/01-parse.t index d761da8a3d407574be0c7a247075bd9f15816e45..0bef436ae1bd6dacf4faea76fdc90b63ebc70ec3 100644 --- a/t/01-parse.t +++ b/t/01-parse.t @@ -7,5 +7,5 @@ use Test::More tests => 1; my $arcconf = Parse::Arcconf->new(); $arcconf->parse_config_file("output.txt"); -ok($arcconf, "Created new Reprepro::Uploaders object"); +ok($arcconf, "Created new Parse::Arcconf object");