diff --git a/ballerina/tests/mssql_hospital_with_schema_tests.bal b/ballerina/tests/mssql_hospital_with_schema_tests.bal index 49e4d43..34cfe55 100644 --- a/ballerina/tests/mssql_hospital_with_schema_tests.bal +++ b/ballerina/tests/mssql_hospital_with_schema_tests.bal @@ -340,7 +340,7 @@ function testDeletePatientMsSqlWithSchema() returns error? { MsSqlHospitalWithSchemaClient mssqlDbHospital = check new(); Patient|persist:Error result = mssqlDbHospital->/patients/[1].delete(); if result is persist:Error { - test:assertFail("Patient should be deleted"); + test:assertFail("Patient should be deleted"); } }