Skip to content

Commit

Permalink
Update ballerina/tests/call-procedures-test.bal
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk authored Dec 7, 2024
1 parent 6a9389b commit b146ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/tests/call-procedures-test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -1603,4 +1603,4 @@ function testInOutParameterReturingErrorWhenResultIsClosed() returns error? {
test:assertTrue(err is Error);
test:assertTrue((<Error>err).message().startsWith("Failed to read parameter value."));
check dbClient.close();
}
}

0 comments on commit b146ee5

Please sign in to comment.