mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
[fix] purchase receipt test cases
This commit is contained in:
@@ -96,9 +96,6 @@ class TestPurchaseReceipt(unittest.TestCase):
|
||||
self.assertFalse(webnotes.conn.get_value("Serial No", pr.doclist[1].serial_no,
|
||||
"warehouse"))
|
||||
|
||||
self.assertEqual(webnotes.conn.get_value("Serial No", pr.doclist[1].serial_no,
|
||||
"status"), "Not Available")
|
||||
|
||||
|
||||
|
||||
test_dependencies = ["BOM"]
|
||||
|
||||
Reference in New Issue
Block a user