Skip to content

Commit 77d99ee

Browse files
committed
corrected infline fragment test per pr comments
1 parent 55c9335 commit 77d99ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analysis/typeComplexityAnalysis.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ describe('Test getQueryTypeComplexity function', () => {
512512
}
513513
}`;
514514
// Query 1 + 1 hero + max(Droid 0, Human 3) = 5
515-
mockHumanFriendsFunction.mockReturnValueOnce(3);
515+
mockCharacterFriendsFunction.mockReturnValueOnce(3);
516516
expect(getQueryTypeComplexity(parse(query), variables, unionTypeWeights)).toBe(
517517
5
518518
);

0 commit comments

Comments
 (0)