Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Feb 10, 2025
1 parent 5edffec commit 2be7839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stitch/tests/createDelegationPlanBuilder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('fragment handling in delegation optimization', () => {
* Tests that the delegation map optimization correctly handles fragments
* by merging fragment fields into the appropriate subschema selections.
*/
it('should optimize delegation map considering fragments', async () => {
it('should optimize delegation map considering fragments', () => {
// Define a fragment that selects basic User fields
const fragments: Record<string, FragmentDefinitionNode> = {
UserFields: {
Expand Down

0 comments on commit 2be7839

Please sign in to comment.