mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
test(): remove deprecated methods usage, bump kafka timeout
This commit is contained in:
@@ -24,7 +24,7 @@ describe('RPC transport', () => {
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
});
|
||||
await app.startAllMicroservicesAsync();
|
||||
await app.startAllMicroservices();
|
||||
await app.init();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user