Skip to content

Commit

Permalink
add new lines to end of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laidbackware committed Mar 15, 2021
1 parent 9db9425 commit e2c4f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/install_command.bats
Expand Up @@ -267,4 +267,4 @@ EOM
[ ! -d $ASDF_DIR/downloads/dummy-broken/1.1.0 ]
[ ! -d $ASDF_DIR/installs/dummy-broken/1.1.0 ]
[ "$output" == "Download failed!" ]
}
}
2 changes: 1 addition & 1 deletion test/list_command.bats
Expand Up @@ -61,4 +61,4 @@ teardown() {
[ "$status" -eq 1 ]
[[ "$output" == "Plugin dummy-broken's list-all callback script failed with output:"* ]]
[[ "$output" == *"List-all failed!" ]]
}
}

0 comments on commit e2c4f7c

Please sign in to comment.