Skip to content

Commit

Permalink
chore: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Oct 15, 2023
1 parent ecf99ca commit 0a368b7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,6 @@ def test_purchase_return_status_with_debit_note(self):
return_pr.reload()
self.assertEqual(return_pr.status, "Completed")

<<<<<<< HEAD
def test_valuation_rate_in_return_purchase_receipt_for_moving_average(self):
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_stock_entry
from erpnext.stock.stock_ledger import get_previous_sle
Expand Down Expand Up @@ -2147,7 +2146,7 @@ def test_valuation_rate_in_return_purchase_receipt_for_moving_average(self):

# Test - 2: Valuation Rate should be equal to Previous SLE Valuation Rate
self.assertEqual(flt(sle.valuation_rate, 2), flt(previous_sle_valuation_rate, 2))
=======

def test_purchase_return_with_zero_rate(self):
company = "_Test Company with perpetual inventory"

Expand Down Expand Up @@ -2204,9 +2203,6 @@ def test_purchase_return_with_zero_rate(self):
for entry in gl_entries:
self.assertEqual(abs(entry.debit + entry.credit), abs(sl_entries[0].stock_value_difference))

self.assertIsNotNone(get_gl_entries(pr_return.doctype, pr_return.name))
>>>>>>> 253d4782c6 (test: add test case for PR return with zero rate)


def prepare_data_for_internal_transfer():
from erpnext.accounts.doctype.sales_invoice.test_sales_invoice import create_internal_supplier
Expand Down

0 comments on commit 0a368b7

Please sign in to comment.