earthlab / cft

Climate futures toolbox: easy MACA (MACAv2) climate data access 📦
https://www.earthdatascience.org/cft/index.html
25 stars 6 forks source link

Check for the correct error in get_park_boundaries #36

Closed mbjoseph closed 4 years ago

mbjoseph commented 4 years ago

@WilliamsTravis wherever we have an expect_error in the tests, we should use the regexp argument to ensure that we get the right error message. Otherwise there can be weird cases where you get an error, but not the one you expect, and the test still passes.

Closes #35