From abb8eafec29cddc6fbe9a650dfa24a6a75329c29 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 30 Dec 2016 11:57:21 +0100 Subject: [PATCH] Fix tests. --- tests/acceptance/Controllers/BudgetControllerTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/acceptance/Controllers/BudgetControllerTest.php b/tests/acceptance/Controllers/BudgetControllerTest.php index cef5c1cb2e..2efc1409de 100644 --- a/tests/acceptance/Controllers/BudgetControllerTest.php +++ b/tests/acceptance/Controllers/BudgetControllerTest.php @@ -152,16 +152,16 @@ class BudgetControllerTest extends TestCase } /** - * @covers \FireflyIII\Http\Controllers\BudgetController::showByRepetition + * @covers \FireflyIII\Http\Controllers\BudgetController::showByBudgetLimit() * @dataProvider dateRangeProvider * * @param string $range */ - public function testShowByRepetition(string $range) + public function testShowByBudgetLimit(string $range) { $this->be($this->user()); $this->changeDateRange($this->user(), $range); - $this->call('GET', route('budgets.show.repetition', [1, 1])); + $this->call('GET', route('budgets.show.limit', [1, 1])); $this->assertResponseStatus(200); // has bread crumb $this->see('