Skip to content

Commit

Permalink
fix: set cwip account before asset tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GursheenK committed Nov 29, 2023
1 parent cf97e3c commit ef8e419
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,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 ef8e419

Please sign in to comment.