mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up for tests
This commit is contained in:
parent
87e3f12920
commit
9781fc2fbc
@ -182,6 +182,7 @@ class DeleteInvoiceTest extends TestCase
|
|||||||
$this->assertEquals(30000, $client->balance);
|
$this->assertEquals(30000, $client->balance);
|
||||||
$this->assertEquals(6000, $payment->amount);
|
$this->assertEquals(6000, $payment->amount);
|
||||||
$this->assertFalse($payment->is_deleted);
|
$this->assertFalse($payment->is_deleted);
|
||||||
|
$this->assertNull($payment->deleted_at);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user