fix(test): test_rejected_qi_validation
(cherry picked from commit 4992e4a2b8)
This commit is contained in:
@@ -160,7 +160,7 @@ class TestQualityInspection(FrappeTestCase):
|
||||
)
|
||||
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user