Skip to content

Commit f40a0d8

Browse files
committed
test
1 parent f10088d commit f40a0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delta_backend/tests/test_convert_to_flat_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def test_fhir_converter_json_error_scenario(self):
178178
errorRecords = FHIRConverter.getErrorRecords()
179179

180180
if len(errorRecords) > 0:
181-
print("Converted With Errors")
181+
print("Converted With Errors - CHECK ERROR RECORDS")
182182
print(f"Error records -error scenario {errorRecords}")
183183
else:
184184
print("Converted Successfully")

0 commit comments

Comments
 (0)