Skip to content

Commit

Permalink
Update info.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Aug 16, 2023
1 parent 2bcdbc9 commit 5005ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/tests/info.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function createInfoTestServices(): {
return parser.parse<Info>(input);
};

return { services: services, parse };
return { services, parse };
}

describe('info', () => {
Expand Down

0 comments on commit 5005ad8

Please sign in to comment.