From b146ee51d1a5a93c48aa5206b918d718c50b9464 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Sun, 8 Dec 2024 00:55:16 +0530 Subject: [PATCH] Update ballerina/tests/call-procedures-test.bal --- ballerina/tests/call-procedures-test.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/tests/call-procedures-test.bal b/ballerina/tests/call-procedures-test.bal index 3125915e..96bcd759 100644 --- a/ballerina/tests/call-procedures-test.bal +++ b/ballerina/tests/call-procedures-test.bal @@ -1603,4 +1603,4 @@ function testInOutParameterReturingErrorWhenResultIsClosed() returns error? { test:assertTrue(err is Error); test:assertTrue((err).message().startsWith("Failed to read parameter value.")); check dbClient.close(); -} \ No newline at end of file +}