beam-community / stripity-stripe

An Elixir Library for Stripe
Other
965 stars 344 forks source link

Fix object module lookup for Test Clock #826

Closed clandry94 closed 7 months ago

clandry94 commented 7 months ago

This fixes the bug described in https://github.com/beam-community/stripity-stripe/issues/825. It's a simple fix- the module name just needed fixed. I also included the lookup in the util test since it was missing and shouldn't happen again now that there is a test for it.

I ran the test suite locally and everything passed