update test naming

Signed-off-by: wpessers <warre.pessers@gmail.com>
This commit is contained in:
wpessers
2026-04-02 14:46:53 +02:00
parent cca9fc2bb6
commit ee6a133dd7
@@ -1010,7 +1010,7 @@ describe('github', () => {
baseUrl,
logger,
});
it('should return a graphql client with throttling', async () => {
it('should return a graphql client with throttling and retry', async () => {
expect(client).toBeDefined();
expect(Octokit.plugin).toHaveBeenCalledWith(throttling, retry);
});