Fix a typo in a test.

This commit is contained in:
Colin Kuskie 2010-01-22 08:12:24 -08:00
parent f798ae533b
commit 12e7981cc3

View file

@ -21,7 +21,7 @@ use Test::Deep;
use Test::Exception;
use WebGUI::Exception;
plan tests => 50;
plan tests => 51;
my $session = WebGUI::Test->session;
@ -265,7 +265,7 @@ my $session = WebGUI::Test->session;
{
note "getDefault";
my $asset = WebGUI::Asset->getDefault($session);
$asset->isa('WebGUI::Asset::Wobject::Layout');
isa_ok $asset, 'WebGUI::Asset::Wobject::Layout';
}
{