-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test instructions #6
Comments
Hey @rupurt what error were you getting when running tests? I just realized that if System variables were not used then this package would throw error I use |
Hey @bnhansn, I was getting the same error because Fwiw I have a |
I don't usually use |
@bnhansn so after reading the code in https://github.com/bnhansn/ex_gdax/blob/master/lib/ex_gdax/config.ex I understand what is happening. I thought |
Howdy,
What's your recommendation for getting started testing this package? I had to manually change
config/config.exs
and useSystem.get_env("NAME")
instead of{:system, "NAME"}
. Is that the expected approach or am I missing something?The text was updated successfully, but these errors were encountered: