mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 14:48:11 +00:00
Improve test coverage.
This commit is contained in:
@@ -143,7 +143,7 @@ class RuleGroupControllerTest extends TestCase
|
||||
|
||||
/** @var RuleGroup $ruleGroup */
|
||||
$ruleGroup = $this->user()->ruleGroups()->first();
|
||||
$ruleGroup->description = 'Some description ' . random_int(1, 10000);
|
||||
$ruleGroup->description = 'Some description ' . periods|length(1, 10000);
|
||||
$ruleGroup->save();
|
||||
|
||||
$this->be($this->user());
|
||||
|
||||
Reference in New Issue
Block a user