From 5cc22f49cf25f40ff442108b3616a8ab8d4be2a1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 5 May 2016 19:04:21 +0200 Subject: [PATCH] Fix tests. --- tests/acceptance/Controllers/TransactionControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/Controllers/TransactionControllerTest.php b/tests/acceptance/Controllers/TransactionControllerTest.php index a5ce3b5364..613104d265 100644 --- a/tests/acceptance/Controllers/TransactionControllerTest.php +++ b/tests/acceptance/Controllers/TransactionControllerTest.php @@ -150,7 +150,7 @@ class TransactionControllerTest extends TestCase 'date' => '2015-01-01', ]; $this->be($this->user()); - $this->call('POST', '/transaction/update/1', $args); + $this->call('POST', '/transaction/update/4', $args); $this->assertResponseStatus(302); $this->assertSessionHas('success'); }