Skip to content

Commit a404826

Browse files
committed
await bootstrapping
1 parent 102cefa commit a404826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/eppo-client.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ describe('EppoClient E2E test', () => {
367367

368368
describe('Not obfuscated', () => {
369369
let client: EppoClient;
370-
beforeAll(() => {
370+
beforeAll(async () => {
371371
client = new EppoClient({
372372
flagConfigurationStore: new MemoryOnlyConfigurationStore(),
373373
});
374374
client.setIsGracefulFailureMode(false);
375375

376376
// Bootstrap using the flags config.
377-
client.bootstrap(bootstrapFlagsConfig);
377+
await client.bootstrap(bootstrapFlagsConfig);
378378
});
379379

380380
it('contains some key flags', () => {

0 commit comments

Comments
 (0)