Skip to content

Commit

Permalink
Update ballerina/tests/h2_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 64f27db commit 8eab6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/h2_hospital_with_schema_tests.bal
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function testDeleteAppointmentByPatientIdH2WithSchema() returns error? {
&& appointment.appointmentTime.month == 5
&& appointment.appointmentTime.day == 31
select appointment;
if (result is persist:Error) {
if result is persist:Error {
test:assertFail("Appointment should be found");
}
foreach Appointment appointment in result {
Expand Down

0 comments on commit 8eab6db

Please sign in to comment.