mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Update test code.
This commit is contained in:
@@ -39,7 +39,7 @@ class SetBudgetTest extends TestCase
|
||||
* @covers \FireflyIII\TransactionRules\Actions\SetBudget::__construct()
|
||||
* @covers \FireflyIII\TransactionRules\Actions\SetBudget::act()
|
||||
*/
|
||||
public function testAct()
|
||||
public function testAct(): void
|
||||
{
|
||||
// get journal, remove all budgets
|
||||
$journal = TransactionJournal::inRandomOrder()->where('transaction_type_id', 1)->whereNull('deleted_at')->first();
|
||||
|
Reference in New Issue
Block a user