From f95ecfb6e47a1260fea26f3c491c7a55a06b54fc Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Thu, 2 Aug 2012 17:18:02 +0200 Subject: [PATCH] Deleted some noise from searchbuilder tests --- t/70_searchbuilder/00-basic.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/70_searchbuilder/00-basic.t b/t/70_searchbuilder/00-basic.t index e888cef..6c80f13 100644 --- a/t/70_searchbuilder/00-basic.t +++ b/t/70_searchbuilder/00-basic.t @@ -11,11 +11,6 @@ BEGIN { use_ok('Elastic::Model::SearchBuilder') || print "Bail out!"; } -diag ""; -diag( - "Testing Elastic::Model::SearchBuilder $Elastic::Model::SearchBuilder::VERSION, Perl $], $^X" -); - my $a; ok $a = Elastic::Model::SearchBuilder->new, 'Instantiate'; ok $a = $a->new, 'Instantiate from ref';