File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/meteor/tests/end-to-end/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3061,7 +3061,7 @@ describe('[Channels]', () => {
30613061 after ( async ( ) => {
30623062 await Promise . all (
30633063 [ 'p' , 'c' ] . map ( async ( type : any ) => {
3064- Promise . all ( [
3064+ return Promise . all ( [
30653065 deleteRoom ( { type, roomId : testChannel . _id } ) ,
30663066 deleteRoom ( { type, roomId : testRegularChannel . _id } ) ,
30673067 deleteRoom ( { type, roomId : testTeamChannelForFailure . _id } ) ,
Original file line number Diff line number Diff line change @@ -1951,7 +1951,7 @@ describe('[Groups]', () => {
19511951 . expect ( 200 ) ;
19521952 await Promise . all (
19531953 [ 'p' , 'c' ] . map ( async ( type : any ) => {
1954- Promise . all ( [
1954+ return Promise . all ( [
19551955 deleteRoom ( { type, roomId : testRegularGroup . _id } ) ,
19561956 deleteRoom ( { type, roomId : testTeamGroupForFailure . _id } ) ,
19571957 deleteRoom ( { type, roomId : testTeamGroupForSuccess . _id } ) ,
You can’t perform that action at this time.
0 commit comments