Skip to content

Commit 80401e7

Browse files
committed
fix test issues
1 parent 19f5cdc commit 80401e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambdas/shared/tests/test_common/validator/test_application_fhir.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def test_validation(self):
3333
else:
3434
print("Validated Successfully")
3535

36-
print("--------------------------------------------------------------------")
36+
print("-------------------------------------------------------------------")
3737
print(error_report)
38-
print("--------------------------------------------------------------------")
38+
print("-------------------------------------------------------------------")
3939

4040
if failed_validation:
4141
print("Validation failed due to a critical validation failure...")

0 commit comments

Comments
 (0)