From ea2b2fbdc7b179cdb1b258183934fb020271a438 Mon Sep 17 00:00:00 2001
From: Mathieu Alorent <malorent@kumy.net>
Date: Mon, 9 Jul 2012 14:26:06 +0200
Subject: [PATCH] correct message in tests

---
 t/01-parse.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/01-parse.t b/t/01-parse.t
index d761da8..0bef436 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");
 
-- 
GitLab