From 7dc50c9edd3bd8dbfb1c46a4995350fa455f0a7c Mon Sep 17 00:00:00 2001 From: Robert Buels Date: Fri, 3 Sep 2010 17:58:18 -0700 Subject: [PATCH] fixed blastwatch test count --- t/integration/solpeople/blastwatch.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/integration/solpeople/blastwatch.t b/t/integration/solpeople/blastwatch.t index 53446ac9b..ffc50402d 100644 --- a/t/integration/solpeople/blastwatch.t +++ b/t/integration/solpeople/blastwatch.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 55; +use Test::More; use Test::WWW::Mechanize; use lib 't/lib'; use SGN::Test; @@ -26,3 +26,5 @@ $mech->while_logged_in_all(sub { $mech->content_contains('Your query has been added to SGN BLAST Watch.'); $mech->content_contains('You will receive an email when there are new results.'); }); + +done_testing; -- 2.11.4.GIT