File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ if (typeof process === 'object') {
231
231
'to contain' ,
232
232
'should call the callback: You have created a promise that was not returned from the it block'
233
233
) ;
234
- expect ( err , 'to satisfy' , { code : 1 } ) ;
234
+ expect ( err , 'to satisfy' , { code : 3 } ) ;
235
235
} ) ;
236
236
} ) ;
237
237
@@ -245,7 +245,7 @@ if (typeof process === 'object') {
245
245
'not to contain' ,
246
246
'should call the callback: You have created a promise that was not returned from the it block'
247
247
) ;
248
- expect ( err , 'to satisfy' , { code : 1 } ) ;
248
+ expect ( err , 'to satisfy' , { code : 3 } ) ;
249
249
} ) ;
250
250
} ) ;
251
251
@@ -254,7 +254,7 @@ if (typeof process === 'object') {
254
254
'notToErrorCaughtError' ,
255
255
'executed through jasmine'
256
256
) . spread ( function ( err , stdout , stderr ) {
257
- expect ( err , 'to satisfy' , { code : 1 } ) ;
257
+ expect ( err , 'to satisfy' , { code : 3 } ) ;
258
258
expect (
259
259
stdout ,
260
260
'to contain' ,
You can’t perform that action at this time.
0 commit comments