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 c333a40 commit f5fc064
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 @@ -896,11 +896,7 @@ describe('SchemaHelpers', () => {

test('should not render title because title is undefined', () => {
expect(
SchemaHelpers.applicatorSchemaName(
0,
FIRST_CASE,
OTHER_CASES,
),
SchemaHelpers.applicatorSchemaName(0, FIRST_CASE, OTHER_CASES),
).toMatchSnapshot();

expect(
Expand Down

0 comments on commit f5fc064

Please sign in to comment.