mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-27 15:12:21 +01:00
fix(test): test_rejected_qi_validation
(cherry picked from commit 4992e4a2b8)
This commit is contained in:
@@ -160,7 +160,7 @@ class TestQualityInspection(FrappeTestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
readings = [
|
readings = [
|
||||||
{"specification": "Iron Content", "min_value": 0.1, "max_value": 0.9, "reading_1": "0.4"}
|
{"specification": "Iron Content", "min_value": 0.1, "max_value": 0.9, "reading_1": "1.0"}
|
||||||
]
|
]
|
||||||
|
|
||||||
qa = create_quality_inspection(
|
qa = create_quality_inspection(
|
||||||
|
|||||||
Reference in New Issue
Block a user