File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -643,9 +643,11 @@ describe('PRChecker', () => {
643
643
info :
644
644
[ [ 'This PR was created on Fri, 30 Nov 2018 17:50:44 GMT' ] ,
645
645
[ 'This PR is being fast-tracked' ] ] ,
646
- error :
646
+ warn :
647
647
[ [ 'The fast-track request requires at' +
648
- " least two collaborators' approvals (👍)." ] ]
648
+ " least two collaborators' approvals (👍)." ] ] ,
649
+ error :
650
+ [ [ 'This PR needs to wait 24 more hours to land' ] ]
649
651
} ;
650
652
651
653
const pr = Object . assign ( { } , firstTimerPR , {
@@ -693,9 +695,11 @@ describe('PRChecker', () => {
693
695
info :
694
696
[ [ 'This PR was created on Fri, 30 Nov 2018 17:50:44 GMT' ] ,
695
697
[ 'This PR is being fast-tracked' ] ] ,
696
- error :
698
+ warn :
697
699
[ [ 'The fast-track request requires at' +
698
- " least one collaborator's approval (👍)." ] ]
700
+ " least one collaborator's approval (👍)." ] ] ,
701
+ error :
702
+ [ [ 'This PR needs to wait 24 more hours to land' ] ]
699
703
} ;
700
704
701
705
const pr = Object . assign ( { } , firstTimerPR , {
You can’t perform that action at this time.
0 commit comments