theckman / yacspin

Yet Another CLi Spinner; providing over 80 easy to use and customizable terminal spinners for multiple OSes
Apache License 2.0
434 stars 13 forks source link

Make CharSets test less brittle to future changes #63

Closed theckman closed 2 years ago

theckman commented 2 years ago

When yacspin adds its own pre-created spinners to the CharSets variable, they will start at index 500 to ideally avoid conflicts with spinners pulled-in from github.com/briandowns/spinner. However, if that change was made today this test would likely fail.

So let's update the test to range over the map directly, instead of using indexes, to avoid this breaking in the future.