Skip to content

Commit

Permalink
Tests: fixed AndroidStudioDownloadLinkValueSourceTest to use dmg on m…
Browse files Browse the repository at this point in the history
…acOS
  • Loading branch information
hsz committed May 21, 2024
1 parent 75be0c5 commit ed08029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import kotlin.test.assertEquals

val link = with(OperatingSystem.current()) {
when {
isMacOsX -> "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2023.3.1.9/android-studio-2023.3.1.9-mac_arm.zip"
isMacOsX -> "https://redirector.gvt1.com/edgedl/android/studio/install/2023.3.1.9/android-studio-2023.3.1.9-mac_arm.dmg"
isLinux -> "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2023.3.1.9/android-studio-2023.3.1.9-linux.tar.gz"
isWindows -> "https://redirector.gvt1.com/edgedl/android/studio/ide-zips/2023.3.1.9/android-studio-2023.3.1.9-windows-exe.zip"
else -> null
Expand Down

0 comments on commit ed08029

Please sign in to comment.