Skip to content

Commit

Permalink
Merge pull request #1535 from dilanSachi/enable-test
Browse files Browse the repository at this point in the history
Update test case to match the real functionality
  • Loading branch information
dilanSachi committed Feb 1, 2024
2 parents 2cd7a0d + 00a9f75 commit 55f05ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// under the License.

import ballerina/test;
import ballerina/lang.runtime;

@test:Config {enable: true}
function testAnonymousService() returns error? {
Expand All @@ -31,7 +30,6 @@ function testAnonymousService() returns error? {
@test:Config {dependsOn: [testAnonymousService], enable: true}
function testAnonymousServiceMultipleTimes() returns error? {
check ep20.attach(AnonService1, "AnonService1");
runtime:sleep(5);
check ep20.'start();
check ep20.'start();

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stdlibAuthVersion=2.10.0
stdlibJwtVersion=2.10.0
stdlibOAuth2Version=2.10.0

stdlibHttpVersion=2.10.3
stdlibHttpVersion=2.10.6-20240130-162500-8913531

# Ballerinax Observer
observeVersion=1.2.0
Expand Down

0 comments on commit 55f05ed

Please sign in to comment.