Skip to content

Commit

Permalink
Update ballerina/tests/mssql_hospital_with_schema_tests.bal
Browse files Browse the repository at this point in the history
Co-authored-by: DimuthuMadushan <35717653+DimuthuMadushan@users.noreply.github.com>
  • Loading branch information
daneshk and DimuthuMadushan authored Mar 7, 2025
1 parent bb4ace5 commit 42603c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/mssql_hospital_with_schema_tests.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 42603c0

Please sign in to comment.