Fix a typo in a test.
This commit is contained in:
parent
f798ae533b
commit
12e7981cc3
1 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue