Skip to content

Commit 414807b

Browse files
committed
assert true
1 parent a239677 commit 414807b

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
@@ -169,7 +169,7 @@ def test_fhir_converter_json_error_scenario(self):
169169
errorRecords = FHIRConverter.getErrorRecords()
170170

171171
# Check if bad data creates error records
172-
self.assertEqual(len(errorRecords) > 0)
172+
self.assertTrue(len(errorRecords) > 0)
173173

174174
def test_handler_imms_convert_to_flat_json(self):
175175
"""Test that the Imms field contains the correct flat JSON data for CREATE, UPDATE, and DELETE operations."""

0 commit comments

Comments
 (0)