Skip to content

Commit 88e4e03

Browse files
committed
inline fragment test correction
1 parent c9b53f0 commit 88e4e03

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
@@ -761,7 +761,7 @@ describe('Test getQueryTypeComplexity function', () => {
761761
mockCharacterFriendsFunction.mockReturnValueOnce(3);
762762
mockHumanFriendsFunction.mockReturnValueOnce(2);
763763
// Query 1 + 1 hero + ...Character 3 + ...Human 2 = 7
764-
expect(getQueryTypeComplexity(parse(query), {}, typeWeights)).toBe(5);
764+
expect(getQueryTypeComplexity(parse(query), {}, typeWeights)).toBe(7);
765765
});
766766
});
767767
});

0 commit comments

Comments
 (0)