Skip to content

Commit

Permalink
coderabbitai suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulch07 committed Feb 19, 2025
1 parent 6ed59a6 commit b7c705e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/utilities/defaultGraphQlConnection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,6 @@ suite("defaultGraphQLConnection utilities", () => {
rawNodes: beforeCursorUsers,
});

console.log(result.edges.length);

expect(result.edges).toHaveLength(2);
expect(result.edges[0]?.node.id).toBe("2");
expect(result.edges[1]?.node.id).toBe("1");
Expand Down

0 comments on commit b7c705e

Please sign in to comment.