From e459f0589c7b145f65fe0750d41e540e195a5d91 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Tue, 10 Dec 2024 12:57:10 +0530 Subject: [PATCH] Add missing test dependency --- .../tests/01_dataloader_tests.bal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ballerina-tests/graphql-dataloader-test-suite/tests/01_dataloader_tests.bal b/ballerina-tests/graphql-dataloader-test-suite/tests/01_dataloader_tests.bal index b018af9c1..56142cb9a 100644 --- a/ballerina-tests/graphql-dataloader-test-suite/tests/01_dataloader_tests.bal +++ b/ballerina-tests/graphql-dataloader-test-suite/tests/01_dataloader_tests.bal @@ -68,8 +68,7 @@ isolated function testDataLoaderWithSubscription() returns error? { @test:Config { groups: ["dataloader", "mutation"], dependsOn: [ - testDataLoaderWithQuery - // ,testDataLoaderWithSubscription + testDataLoaderWithQuery, testDataLoaderWithSubscription ], after: resetDispatchCounters }