From 883d3d86e368faea2cd2ab2a143474c7b151a211 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 1 May 2015 14:32:26 +0200 Subject: [PATCH] Update a test. --- tests/controllers/PiggyBankControllerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/controllers/PiggyBankControllerTest.php b/tests/controllers/PiggyBankControllerTest.php index fe49823479..964b461f69 100644 --- a/tests/controllers/PiggyBankControllerTest.php +++ b/tests/controllers/PiggyBankControllerTest.php @@ -1,4 +1,5 @@ targetdate = Carbon::now()->addYear(); + $piggyBank->save(); $this->be($piggyBank->account->user); $account = FactoryMuffin::create('FireflyIII\Models\Account'); $collection = new Collection([$account]);