From 073fd5aa0de157225c823cedd23e195d73149420 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 20 Dec 2014 17:41:33 +0100 Subject: [PATCH] 4 instead of 3. --- tests/functional/CategoryControllerCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/CategoryControllerCest.php b/tests/functional/CategoryControllerCest.php index 0b2ea923e1..85db3e03f3 100644 --- a/tests/functional/CategoryControllerCest.php +++ b/tests/functional/CategoryControllerCest.php @@ -80,7 +80,7 @@ class CategoryControllerCest public function show(FunctionalTester $I) { $I->wantTo('show a category'); - $I->amOnPage('/categories/show/3'); + $I->amOnPage('/categories/show/4'); $I->see('Delete me'); }