mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 08:00:19 +00:00
Update test code.
This commit is contained in:
@@ -36,7 +36,7 @@ class SetDescriptionTest extends TestCase
|
||||
* @covers \FireflyIII\TransactionRules\Actions\SetDescription::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\SetDescription::act()
|
||||
*/
|
||||
public function testAct()
|
||||
public function testAct(): void
|
||||
{
|
||||
// get journal, give fixed description
|
||||
$description = 'text' . random_int(1, 1000);
|
||||
|
||||
Reference in New Issue
Block a user