Skip to content

Commit

Permalink
test: simplify test title
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Oct 30, 2024
1 parent ef49bdc commit 1499cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/__testutils__/testInvalidRefRetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const testInvalidRefRetry = (args: TestInvalidRefRetryArgs): void => {
expect([...triedRefs]).toStrictEqual([badRef, masterRef])
})

it("throws if the maximum number of retries when an invalid ref is used is reached", async (ctx) => {
it("throws if the maximum number of retries with invalid refs is reached", async (ctx) => {
const client = createTestClient({ ctx })
const queryResponse = ctx.mock.api.query({
documents: [ctx.mock.value.document()],
Expand Down

0 comments on commit 1499cd1

Please sign in to comment.