mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -102,6 +102,6 @@ class PiggyBankFactoryTest extends TestCase
|
||||
/** @var PiggyBankFactory $factory */
|
||||
$factory = app(PiggyBankFactory::class);
|
||||
$factory->setUser($this->user());
|
||||
$this->assertNull($factory->find(null, 'I dont exist.' . random_int(1, 10000)));
|
||||
$this->assertNull($factory->find(null, 'I dont exist.' . $this->randomInt()));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user