test(): remove deprecated methods usage, bump kafka timeout

This commit is contained in:
Kamil Myśliwiec
2021-01-29 13:34:37 +01:00
parent c7dce661bb
commit cb37ecb570
13 changed files with 17 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ describe('RPC transport', () => {
host: '0.0.0.0',
},
});
await app.startAllMicroservicesAsync();
await app.startAllMicroservices();
await app.init();
});