Skip to content

Commit

Permalink
Expect proper umlaut replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
floze authored Feb 21, 2024
1 parent 9dac4ef commit 50cc6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/e2e/collection.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ describe('Collection resolver', () => {
'accessories-2',
);
expect(createCollection.translations.find(t => t.languageCode === LanguageCode.de)?.slug).toBe(
'zubehor-2',
'zubehoer-2',
);
});

Expand Down Expand Up @@ -317,7 +317,7 @@ describe('Collection resolver', () => {
'accessories',
);
expect(createCollection.translations.find(t => t.languageCode === LanguageCode.de)?.slug).toBe(
'zubehor',
'zubehoer',
);
});

Expand Down

0 comments on commit 50cc6f0

Please sign in to comment.