Skip to content

Commit

Permalink
refactor: removed the redundant undefined (#1057)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody's Dad <[email protected]>
  • Loading branch information
ItshMoh and AceTheCreator authored Oct 16, 2024
1 parent 8e7b341 commit 0ea859f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions library/src/helpers/__tests__/schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -905,12 +905,7 @@ describe('SchemaHelpers', () => {
).toMatchSnapshot();

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

Expand Down

0 comments on commit 0ea859f

Please sign in to comment.