Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Li committed Feb 26, 2024
1 parent c6e90eb commit 3fc725d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/validation/__tests__/harness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ export function expectValidationErrorsWithSchema(

export function expectValidationErrors(
rule: ValidationRule,
queryStr: string, options?: ParseOptions | undefined,
queryStr: string,
options?: ParseOptions | undefined,
): any {
return expectValidationErrorsWithSchema(testSchema, rule, queryStr, options);
}
Expand Down

0 comments on commit 3fc725d

Please sign in to comment.