Add store rates robustness (#34) #43
Annotations
12 warnings and 1 notice
|
mix-test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
|
mix-test
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
|
mix-test
use Bitwise is deprecated. import Bitwise instead
|
|
mix-test
use Bitwise is deprecated. import Bitwise instead
|
|
mix-test
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
|
mix-test:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
|
mix-test
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|
|
mix-test
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
|
|
mix-test
use Bitwise is deprecated. import Bitwise instead
|
|
mix-test
use Bitwise is deprecated. import Bitwise instead
|
|
mix-test
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
|
|
mix-test:
deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
|
|
131 tests found
There are 131 tests, see "Raw output" for the full list of tests.
|