mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 04:46:44 +00:00
Added the $range argument to every test that might need it. See #170
This commit is contained in:
@@ -74,7 +74,7 @@ class CurrencyControllerTest extends TestCase
|
||||
/**
|
||||
* @covers FireflyIII\Http\Controllers\CurrencyController::index
|
||||
*/
|
||||
public function testIndex()
|
||||
public function testIndex($range)
|
||||
{
|
||||
$this->be($this->user());
|
||||
$this->call('GET', '/currency');
|
||||
|
Reference in New Issue
Block a user