File tree Expand file tree Collapse file tree
packages/microservices/test/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ describe('ClientRedis', () => {
128128 } ;
129129
130130 describe ( 'not completed' , ( ) => {
131- beforeEach ( async ( ) => {
131+ beforeEach ( ( ) => {
132132 callback = sinon . spy ( ) ;
133133
134134 subscription = client . createResponseCallback ( ) ;
@@ -172,7 +172,7 @@ describe('ClientRedis', () => {
172172 } ) ;
173173 } ) ;
174174 describe ( 'disposed and "id" is incorrect' , ( ) => {
175- beforeEach ( async ( ) => {
175+ beforeEach ( ( ) => {
176176 callback = sinon . spy ( ) ;
177177 subscription = client . createResponseCallback ( ) ;
178178 subscription ( 'channel' , new Buffer ( JSON . stringify ( responseMessage ) ) ) ;
@@ -218,7 +218,7 @@ describe('ClientRedis', () => {
218218 let createClientSpy : sinon . SinonSpy ;
219219 let handleErrorsSpy : sinon . SinonSpy ;
220220
221- beforeEach ( async ( ) => {
221+ beforeEach ( ( ) => {
222222 createClientSpy = sinon . stub ( client , 'createClient' ) . callsFake (
223223 ( ) =>
224224 ( {
You can’t perform that action at this time.
0 commit comments