Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yolih committed Oct 15, 2024
1 parent 2c54dd3 commit 2a3a4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/bin/vip-import-validate-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe( 'vipImportValidateFilesCmd', () => {

expect( console.error ).toHaveBeenCalledWith(
chalk.red( '✕ Error:' ),
'The given path is not a directory, please provide a valid directory path.'
'The given path is not a directory. Provide a valid directory path.'
);
} );

Expand All @@ -87,7 +87,7 @@ describe( 'vipImportValidateFilesCmd', () => {

expect( console.error ).toHaveBeenCalledWith(
chalk.red( '✕ Error:' ),
'Media files directory cannot be empty'
'The media files directory cannot be empty.'
);
} );

Expand Down

0 comments on commit 2a3a4d3

Please sign in to comment.