Fixes for tests (#3722)

This commit is contained in:
David Bomba 2020-05-19 23:11:24 +10:00 committed by GitHub
parent b036d370c3
commit 644fea5ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class InvoiceActionsTest extends TestCase
public function testInvoiceIsDeletable()
{
$this->assertTrue($this->invoiceDeletable($this->invoice));
$this->assertFalse($this->invoiceDeletable($this->invoice));
$this->assertTrue($this->invoiceReversable($this->invoice));
$this->assertTrue($this->invoiceCancellable($this->invoice));
}