diff --git a/tests/test_endpoints.py b/tests/test_endpoints.py index f1859c1..cde459a 100644 --- a/tests/test_endpoints.py +++ b/tests/test_endpoints.py @@ -257,7 +257,6 @@ def test_customer_payments(self): self.assertEndpointReached(self.companyfile.customer_payments.post, {'data': DATA}, 'POST', f'/{CID}/Sale/CustomerPayment/') - def test_credit_refunds(self): self.assertEqual(repr(self.companyfile.credit_refunds), ( "Sale_CreditRefundManager:\n" @@ -289,6 +288,7 @@ def test_credit_settlements(self): f'/{CID}/Sale/CreditSettlement/{UID}/') self.assertEndpointReached(self.companyfile.credit_settlements.post, {'data': DATA}, 'POST', f'/{CID}/Sale/CreditSettlement/') + def test_quotes(self): self.assertEqual(repr(self.companyfile.quotes), ( "Sale_QuoteManager:\n"