Skip to content

Commit 6cec998

Browse files
committed
fix tabs to spaces
1 parent f699567 commit 6cec998

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/common.js.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -810,14 +810,14 @@ export function testFile( folderName: string, fileName: string, failOnWarning :b
810810
}
811811
}
812812
if (validate) {
813-
test('FHIR Validation', async () => {
814-
const response = await client.post('/$validate', resource).catch(function (error) {
815-
return error.response
816-
})
817-
expect(response.status === 200 || response.status === 400).toBeTruthy()
818-
resourceChecks(response, failOnWarning)
819-
expect(response.status).toEqual(200)
820-
});
813+
test('FHIR Validation', async () => {
814+
const response = await client.post('/$validate', resource).catch(function (error) {
815+
return error.response
816+
})
817+
expect(response.status === 200 || response.status === 400).toBeTruthy()
818+
resourceChecks(response, failOnWarning)
819+
expect(response.status).toEqual(200)
820+
});
821821
}
822822
}
823823
)

0 commit comments

Comments
 (0)