Skip to content

Commit

Permalink
fixed linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ItshMoh committed Oct 8, 2024
1 parent 63db4d5 commit c5f177f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions library/src/helpers/__tests__/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,11 +905,7 @@ describe('SchemaHelpers', () => {
).toMatchSnapshot();

expect(
SchemaHelpers.applicatorSchemaName(
1,
FIRST_CASE,
OTHER_CASES,
),
SchemaHelpers.applicatorSchemaName(1, FIRST_CASE, OTHER_CASES),
).toMatchSnapshot();
});

Expand Down

0 comments on commit c5f177f

Please sign in to comment.