Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Feb 21, 2022
1 parent 8b88ac3 commit 27ff130
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/packages_not_already_updated.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ current_dir=$PWD
directory_under_test='./npm-directory'
expected_output="Package Old New
--------------------------------------
lodash 4.17.19 4.17.20"
expected_commit_message="Bump lodash from 4.17.19 to 4.17.20"
lodash 4.17.19 4.17.21"
expected_commit_message="Bump lodash from 4.17.19 to 4.17.21"

cd $directory_under_test || exit
{ npm install --quiet [email protected] &> /dev/null; } 2>&1
Expand Down
4 changes: 2 additions & 2 deletions tests/packages_not_already_updated_markdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ current_dir=$PWD
directory_under_test='./npm-directory'
expected_output="Package|Old|New
-|-|-
lodash|4.17.19|4.17.20"
expected_commit_message="Bump lodash from 4.17.19 to 4.17.20"
lodash|4.17.19|4.17.21"
expected_commit_message="Bump lodash from 4.17.19 to 4.17.21"

cd $directory_under_test || exit
{ npm install --quiet [email protected] &> /dev/null; } 2>&1
Expand Down

0 comments on commit 27ff130

Please sign in to comment.