Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 25, 2024
1 parent 921e19c commit 2bdbe4f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ remove_grpc_version_test() {

download_protoc_succeed_with_valid_version_linux_test() {
download_protoc "23.2" "linux-x86_64"
assertFileOrDirectoryExists "protoc"
rm -rf "protoc"
assertFileOrDirectoryExists "bin"
rm -rf "bin"
}

download_protoc_succeed_with_valid_version_macos_test() {
download_protoc "23.2" "osx-x86_64"
assertFileOrDirectoryExists "protoc"
rm -rf "protoc" "google"
assertFileOrDirectoryExists "bin"
rm -rf "bin"
}

download_protoc_failed_with_invalid_version_linux_test() {
Expand Down

0 comments on commit 2bdbe4f

Please sign in to comment.