Skip to content

Commit

Permalink
fix: Change order of import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
GangaManoj authored and conncampbell committed Jan 9, 2022
1 parent fe17236 commit de12861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/assets/doctype/asset_repair/test_asset_repair.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def test_decrease_stock_quantity(self):
self.assertEqual(stock_entry.items[0].qty, asset_repair.stock_items[0].consumed_quantity)

def test_serialized_item_consumption(self):
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item
from erpnext.stock.doctype.serial_no.serial_no import SerialNoRequiredError
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item

stock_entry = make_serialized_item()
serial_nos = stock_entry.get("items")[0].serial_no
Expand Down

0 comments on commit de12861

Please sign in to comment.