Skip to content

Commit ebdb748

Browse files
committed
fix type and test
1 parent 2c7cb95 commit ebdb748

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/init.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,10 @@ describe('Flagsmith.init', () => {
276276
const onChange = jest.fn();
277277
const { flagsmith, initConfig, AsyncStorage, mockFetch } = getFlagsmith({
278278
onChange,
279-
appName: 'Test App',
280-
appVersion: '1.2.3',
279+
applicationMetadata: {
280+
name: 'Test App',
281+
version: '1.2.3',
282+
},
281283
});
282284

283285
await flagsmith.init(initConfig);

0 commit comments

Comments
 (0)