Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(shorebird_cli): fix tests that mock Process.run with java #547

Merged
merged 3 commits into from
May 25, 2023

Conversation

bryanoltman
Copy link
Contributor

Description

Because Windows runs java.exe instead of java, we need to tell our mock to handle that as well.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@bryanoltman bryanoltman changed the title fix(shorebird_cli): fix patch command test on Windows fix(shorebird_cli): fix tests that mock Process.run with java May 25, 2023
@felangel felangel merged commit 612f73e into main May 25, 2023
5 checks passed
@felangel felangel deleted the bo/patch-command-test-fix branch May 25, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants