Skip to content

Commit

Permalink
test(system): remove obsolete SK common file name test
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 20, 2024
1 parent 3f3d628 commit f016ae1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions test/modules/system.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import validator from 'validator';
import { describe, expect, it } from 'vitest';
import { faker, fakerSK } from '../../src';
import { faker } from '../../src';
import { seededTests } from '../support/seeded-runs';
import { times } from './../support/times';

Expand Down Expand Up @@ -414,14 +414,4 @@ describe('system', () => {
});
}
);

describe('extra tests', () => {
describe('commonFileName()', () => {
it('#770', () => {
fakerSK.seed(5423027051750305);
fakerSK.system.commonFileName('xml');
fakerSK.system.commonFileName('xml');
});
});
});
});

0 comments on commit f016ae1

Please sign in to comment.