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

Handle initial connections for preinstalled Snaps #2591

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented Jul 19, 2024

#handlePreinstalledSnaps previously did not account for initial connections in preinstalled Snaps. I've added a call to #handleInitialConnections if the preinstalled Snap has initial connections.

Closes #2588.

@Mrtenz Mrtenz marked this pull request as ready for review July 19, 2024 12:29
@Mrtenz Mrtenz requested a review from a team as a code owner July 19, 2024 12:29
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.00%. Comparing base (face4fe) to head (5dd84c3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2591   +/-   ##
=======================================
  Coverage   93.99%   94.00%           
=======================================
  Files         459      459           
  Lines        9647     9650    +3     
  Branches     1480     1482    +2     
=======================================
+ Hits         9068     9071    +3     
  Misses        579      579           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Mrtenz Mrtenz merged commit b73c6ab into main Jul 19, 2024
156 checks passed
@Mrtenz Mrtenz deleted the mrtenz/preinstalled-initial-connections branch July 19, 2024 13:22
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.

Possible bug: pre-installed Snaps not working with initialConnections
2 participants