Skip to content

Commit

Permalink
one more unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed May 20, 2024
1 parent 9276da8 commit a223b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/unit/error.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe("query", () => {
${400} | ${"invalid_time"} | ${QueryRuntimeError}
${400} | ${"invalid_unit"} | ${QueryRuntimeError}
${400} | ${"invalid_date"} | ${QueryRuntimeError}
${400} | ${"limit_exceeded"} | ${QueryRuntimeError}
${400} | ${"limit_exceeded"} | ${ThrottlingError}
${400} | ${"stack_overflow"} | ${QueryRuntimeError}
${400} | ${"invalid_computed_field_access"} | ${QueryRuntimeError}
${400} | ${"disabled_feature"} | ${QueryRuntimeError}
Expand Down

0 comments on commit a223b0b

Please sign in to comment.