File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/shared/sdk-server/__tests__/options Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' } } ,
You can’t perform that action at this time.
0 commit comments