I noticed that your runtime.exs file is using :hello_elixir
as the application name. That needs to changed to your app name :test
.
1 Like
I noticed that your runtime.exs file is using :hello_elixir
as the application name. That needs to changed to your app name :test
.