atom / archive-view

Open compressed files in Atom
MIT License
31 stars 32 forks source link

Set the file service before opening the file #48

Closed matthewwithanm closed 7 years ago

matthewwithanm commented 7 years ago

It seems like this test was relying on the open() promise completing before the view was created. (This caused a test failure in atom/atom#13977.) This commit makes sure that the file isn't opened until after the service has been set.

maxbrunsfeld commented 7 years ago

Thanks for tracking this down!