atom / deprecation-cop

Shows a list of deprecated calls
MIT License
12 stars 19 forks source link

Wait for view to be added before making assertions #80

Closed matthewwithanm closed 7 years ago

matthewwithanm commented 7 years ago

This was relying on the views being added after the activation promise was resolved. Since atom/atom#13977 adds an async db lookup to the open() path, that's not enough.

maxbrunsfeld commented 7 years ago

Makes sense. Thanks for the explanation.