Skip to content

Commit e669f87

Browse files
committed
fixing unit test name
1 parent 755f048 commit e669f87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/shared/sdk-server/__tests__/options/Configuration.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ describe('when setting different options', () => {
463463
]);
464464
});
465465

466-
it('it provides reasonable defaults when datasystem is provided, but some options are missing', () => {
466+
it('provides reasonable defaults when datasystem is provided, but some options are missing', () => {
467467
const config = new Configuration(
468468
withLogger({
469469
dataSystem: {},
@@ -473,7 +473,7 @@ describe('when setting different options', () => {
473473
expect(logger(config).getCount()).toEqual(0);
474474
});
475475

476-
it('it provides reasonable defaults within the dataSystem.dataSource options when they are missing', () => {
476+
it('provides reasonable defaults within the dataSystem.dataSource options when they are missing', () => {
477477
const config = new Configuration(
478478
withLogger({
479479
dataSystem: { dataSource: { type: 'standard' } },

0 commit comments

Comments
 (0)