Skip to content

Commit

Permalink
tweaks test for async update to init api
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri committed Jan 5, 2024
1 parent 672e5c7 commit 8ae9d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/test-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jest
}
);
async function getDevServer() {
const server = initApiServer(mockMercuryClient, testLogger, register);
const server = await initApiServer(mockMercuryClient, testLogger, register);
await server.listen();
return server;
}
Expand Down

0 comments on commit 8ae9d24

Please sign in to comment.