4 instead of 3.

This commit is contained in:
James Cole 2014-12-20 17:41:33 +01:00
parent 7b4703e4ff
commit 073fd5aa0d

View File

@ -80,7 +80,7 @@ class CategoryControllerCest
public function show(FunctionalTester $I) public function show(FunctionalTester $I)
{ {
$I->wantTo('show a category'); $I->wantTo('show a category');
$I->amOnPage('/categories/show/3'); $I->amOnPage('/categories/show/4');
$I->see('Delete me'); $I->see('Delete me');
} }