Skip to content

Commit

Permalink
fix: import 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mihir-kandoi committed Jan 27, 2025
1 parent d74c498 commit b59d253
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions erpnext/manufacturing/doctype/job_card/test_job_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import frappe
from frappe.test_runner import make_test_records
from frappe.tests import IntegrationTestCase
from frappe.tests.utils import FrappeTestCase, change_settings
from frappe.utils import random_string
from frappe.utils.data import add_to_date, now, today
Expand Down Expand Up @@ -425,7 +424,7 @@ def test_corrective_costing(self):
cost_after_cancel = self.work_order.total_operating_cost
self.assertEqual(cost_after_cancel, original_cost)

@IntegrationTestCase.change_settings(
@change_settings(
"Manufacturing Settings", {"add_corrective_operation_cost_in_finished_good_valuation": 1}
)
def test_if_corrective_jc_ops_cost_is_added_to_manufacture_stock_entry(self):
Expand Down

0 comments on commit b59d253

Please sign in to comment.