Skip to content

Commit

Permalink
Merge pull request #38430 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-38429

fix(minor): set capital WIP account before asset tests (#38429)
  • Loading branch information
deepeshgarg007 authored Nov 30, 2023
2 parents 72db68d + ecde1d5 commit f9f65a5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
class TestAssetValueAdjustment(unittest.TestCase):
def setUp(self):
create_asset_data()
frappe.db.set_value(
"Company", "_Test Company", "capital_work_in_progress_account", "CWIP Account - _TC"
)

def test_current_asset_value(self):
pr = make_purchase_receipt(
Expand Down

0 comments on commit f9f65a5

Please sign in to comment.