mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Improve test coverage and quality
This commit is contained in:
@@ -102,7 +102,7 @@ class BudgetFactoryTest extends TestCase
|
||||
/** @var BudgetFactory $factory */
|
||||
$factory = app(BudgetFactory::class);
|
||||
$factory->setUser($this->user());
|
||||
$this->assertNull($factory->find(null, 'I dont exist.' . random_int(1, 10000)));
|
||||
$this->assertNull($factory->find(null, sprintf('I dont exist %d', $this->randomInt())));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user