We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10088d commit f40a0d8Copy full SHA for f40a0d8
delta_backend/tests/test_convert_to_flat_json.py
@@ -178,7 +178,7 @@ def test_fhir_converter_json_error_scenario(self):
178
errorRecords = FHIRConverter.getErrorRecords()
179
180
if len(errorRecords) > 0:
181
- print("Converted With Errors")
+ print("Converted With Errors - CHECK ERROR RECORDS")
182
print(f"Error records -error scenario {errorRecords}")
183
else:
184
print("Converted Successfully")
0 commit comments