Skip to content

Commit 55d9b6b

Browse files
committed
More configuratin fixes.
1 parent 3c70a56 commit 55d9b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/shared/sdk-client/__tests__/context/addAutoEnv.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ describe('automatic environment attributes', () => {
338338

339339
describe('addApplicationInfo', () => {
340340
test('add id, version, name, versionName', async () => {
341-
config = new Configuration({
341+
config = new ConfigurationImpl({
342342
applicationInfo: {
343343
id: 'com.from-config.ld',
344344
version: '2.2.2',
@@ -431,7 +431,7 @@ describe('automatic environment attributes', () => {
431431
info.platformData = jest
432432
.fn()
433433
.mockReturnValueOnce({ ld_application: { version: null, locale: '' } });
434-
config = new Configuration({ applicationInfo: { version: '1.2.3' } });
434+
config = new ConfigurationImpl({ applicationInfo: { version: '1.2.3' } });
435435
const ldApplication = await addApplicationInfo(mockPlatform, config);
436436

437437
expect(ldApplication).toBeUndefined();

0 commit comments

Comments
 (0)