FelixGail / gplaymusic

A Google Play Music API in Java
MIT License
54 stars 15 forks source link

Move playlist.delete() into a finally block #13

Closed FelixGail closed 7 years ago

FelixGail commented 7 years ago

This ensures the created playlist is deleted, even if the test fails. Closes #11