Skip to content

Commit 8e14aaa

Browse files
added Germany to test to pass
1 parent 88f5b9a commit 8e14aaa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/shared/lib/placeholders.test.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,24 @@ describe('replaceNonArticleCountPlaceholders', () => {
171171
},
172172
},
173173
},
174+
Germany: {
175+
GuardianWeekly: {
176+
Monthly: {
177+
price: '0.00',
178+
},
179+
Annual: {
180+
price: '0.00',
181+
},
182+
},
183+
Digisub: {
184+
Monthly: {
185+
price: '0.00',
186+
},
187+
Annual: {
188+
price: '0.00',
189+
},
190+
},
191+
},
174192
};
175193

176194
it('replaces %%COUNTRY_NAME%% and %%CURRENCY_SYMBOL%%', () => {

0 commit comments

Comments
 (0)