mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
spelling: associate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -471,7 +471,7 @@ describe('route: `/sales/invoices`', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('Should delete the given sale invoice with assocaited entries.', async () => {
|
||||
it('Should delete the given sale invoice with associated entries.', async () => {
|
||||
const saleInvoice = await tenantFactory.create('sale_invoice');
|
||||
const saleInvoiceEntey = await tenantFactory.create('sale_invoice_entry', {
|
||||
sale_invoice_id: saleInvoice.id,
|
||||
|
||||
Reference in New Issue
Block a user