From dcb9bacc8361b97e1539191b33ffd101c3cf0bb1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 2 Jun 2010 20:23:22 -0700 Subject: [PATCH] One plan per test, please! --- t/Definition/Asset.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Definition/Asset.t b/t/Definition/Asset.t index 3e6c89918..6abcf9645 100644 --- a/t/Definition/Asset.t +++ b/t/Definition/Asset.t @@ -15,7 +15,7 @@ no warnings qw(uninitialized); use FindBin; use lib "$FindBin::Bin/../lib"; -use Test::More 'no_plan'; #tests => 1; +use Test::More; use Test::Deep; use Test::Exception; use WebGUI::Test;