Skip to content

Commit

Permalink
update asset test for changes to by_id
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 1, 2010
1 parent 51bafda commit 6699126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/wgdev-asset.t
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $wgda = Test::MockObject::Extends->new($wgda);
};
is $wgda->by_id('asset-id'), 'magic',
'by_id method returns WebGUI::Asset->new';
is_deeply \@params, [ 'WebGUI::Asset', $session, 'asset-id' ],
is_deeply [@params[0..2]], [ 'WebGUI::Asset', $session, 'asset-id' ],
'... passing in session and asset ID';
}

Expand Down

0 comments on commit 6699126

Please sign in to comment.