File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ describe('errorFormatting.formatError()', () => {
4040 expect ( errorOutput ) . to . contain ( 'Error (SfError)' ) ;
4141 expect ( errorOutput ) . to . contain ( 'this did not work' ) ;
4242 expect ( errorOutput ) . to . contain ( '*** Internal Diagnostic ***' ) ;
43- expect ( errorOutput ) . to . contain ( 'at Function.from' ) ;
4443 expect ( errorOutput ) . to . contain ( 'actions: undefined' ) ;
4544 expect ( errorOutput ) . to . contain ( 'exitCode: 1' ) ;
4645 expect ( errorOutput ) . to . contain ( "context: 'thecommand'" ) ;
@@ -68,7 +67,6 @@ describe('errorFormatting.formatError()', () => {
6867 expect ( errorOutput ) . to . contain ( 'Error (WOMP_WOMP)' ) ;
6968 expect ( errorOutput ) . to . contain ( 'this did not work' ) ;
7069 expect ( errorOutput ) . to . contain ( '*** Internal Diagnostic ***' ) ;
71- expect ( errorOutput ) . to . contain ( 'at Function.from' ) ;
7270 expect ( errorOutput ) . to . contain ( "actions: [ 'action1', 'action2' ]" ) ;
7371 expect ( errorOutput ) . to . contain ( 'exitCode: 9' ) ;
7472 expect ( errorOutput ) . to . contain ( "context: 'somecommand'" ) ;
You can’t perform that action at this time.
0 commit comments