Skip to content

Commit

Permalink
Revert "Disable test testDataLoaderWithDifferentAliasForSameField"
Browse files Browse the repository at this point in the history
This reverts commit 39adcc8.
  • Loading branch information
MohamedSabthar committed Dec 10, 2024
1 parent ce6860a commit 06fd31d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ isolated function testDataLoaderWithQuery() returns error? {

@test:Config {
groups: ["dataloader", "query"],
after: resetDispatchCounters,
enable: false
after: resetDispatchCounters
}
isolated function testDataLoaderWithDifferentAliasForSameField() returns error? {
graphql:Client graphqlClient = check new ("localhost:9090/dataloader");
Expand Down

0 comments on commit 06fd31d

Please sign in to comment.