From fccef8e3a9014b5036f151d3333c03a865441a44 Mon Sep 17 00:00:00 2001 From: Erick Date: Fri, 28 Jun 2024 11:31:35 -0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Felix Angelov --- packages/shorebird_cli/lib/src/android_studio.dart | 1 - packages/shorebird_cli/test/src/android_studio_test.dart | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/shorebird_cli/lib/src/android_studio.dart b/packages/shorebird_cli/lib/src/android_studio.dart index a5f0fc2db..a8cc1fcf0 100644 --- a/packages/shorebird_cli/lib/src/android_studio.dart +++ b/packages/shorebird_cli/lib/src/android_studio.dart @@ -91,7 +91,6 @@ class AndroidStudio { p.join('/', 'opt', 'android-studio'), p.join(home, '.AndroidStudio'), p.join(home, '.cache', 'Google', 'AndroidStudio'), - // Reference: // https://blog.jetbrains.com/toolbox-app/2023/08/toolbox-app-2-0-overhauls-installations-and-updates/#install-and-update-reworked-from-the-ground-up p.join( home, diff --git a/packages/shorebird_cli/test/src/android_studio_test.dart b/packages/shorebird_cli/test/src/android_studio_test.dart index 7881221d6..a768f260a 100644 --- a/packages/shorebird_cli/test/src/android_studio_test.dart +++ b/packages/shorebird_cli/test/src/android_studio_test.dart @@ -190,7 +190,7 @@ void main() { }); }); - group('when installed via the jetbrains toolbox app', () { + group('when installed in JetBrains Toolbox apps directory', () { late Directory androidStudioDir; setUp(() {