mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Push updated tests.
This commit is contained in:
@@ -39,8 +39,8 @@ class PrependDescriptionTest extends TestCase
|
||||
public function testAct()
|
||||
{
|
||||
// get journal, give fixed description
|
||||
$description = 'text' . rand(1, 1000);
|
||||
$prepend = 'prepend' . rand(1, 1234);
|
||||
$description = 'text' . random_int(1, 1000);
|
||||
$prepend = 'prepend' . random_int(1, 1234);
|
||||
$journal = TransactionJournal::inRandomOrder()->whereNull('deleted_at')->first();
|
||||
$journal->description = $description;
|
||||
$journal->save();
|
||||
|
Reference in New Issue
Block a user