Skip to content

Commit

Permalink
Update test/locale-imports.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <[email protected]>
  • Loading branch information
matthewmayer and Shinigami92 authored Apr 9, 2023
1 parent 9894480 commit d4123b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/locale-imports.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('locale imports', () => {
);
});

it(`should have complete metadata values`, () => {
it('should have complete metadata values', () => {
const metadata = allLocales[locale].metadata;
expect(metadata.title).toBeTypeOf('string');
expect(metadata.code).toBeTypeOf('string');
Expand Down

0 comments on commit d4123b0

Please sign in to comment.