Skip to content

Commit ecfb8da

Browse files
committed
test: add test for issue #770
1 parent 9e03bcf commit ecfb8da

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

test/system.spec.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,19 @@ describe('system', () => {
268268
});
269269
}
270270
});
271+
272+
describe('extra tests', () => {
273+
describe('commonFileName()', () => {
274+
afterEach(() => {
275+
faker.locale = 'en';
276+
});
277+
278+
it('#770', () => {
279+
faker.seed(5423027051750305);
280+
faker.setLocale('sk');
281+
faker.system.commonFileName('xml');
282+
faker.system.commonFileName('xml');
283+
});
284+
});
285+
});
271286
});

0 commit comments

Comments
 (0)