Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Angelov <felix@shorebird.dev>
  • Loading branch information
erickzanardo and felangel committed Jun 28, 2024
1 parent 08fe109 commit fccef8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/shorebird_cli/lib/src/android_studio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/shorebird_cli/test/src/android_studio_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(() {
Expand Down

0 comments on commit fccef8e

Please sign in to comment.