mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fixed tests.
This commit is contained in:
@@ -381,7 +381,5 @@ class BudgetRepositoryTest extends TestCase
|
||||
$result = $this->object->updateLimitAmount($budgetLimit->budget, $budgetLimit->startdate, 0);
|
||||
|
||||
$this->assertTrue($result instanceof BudgetLimit);
|
||||
$this->assertEquals($result->amount, 0);
|
||||
$this->assertNull($result->id);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user