diff options
author | Hentioe <me@bluerain.io> | 2020-10-28 09:18:24 +0800 |
---|---|---|
committer | Hentioe <me@bluerain.io> | 2020-10-28 09:18:24 +0800 |
commit | 00b3806ee6f8aa85910fa4e640c895a1c70f6569 (patch) | |
tree | 32a9fa7828d4f32e2bd6f9b8882854a043be006a /test | |
parent | Add helper functions (diff) |
Simplify the calling process
Diffstat (limited to 'test')
-rw-r--r-- | test/azure_ex/endpoint_test.exs | 4 | ||||
-rw-r--r-- | test/azure_ex_test.exs | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/test/azure_ex/endpoint_test.exs b/test/azure_ex/endpoint_test.exs deleted file mode 100644 index 719c58a..0000000 --- a/test/azure_ex/endpoint_test.exs +++ /dev/null @@ -1,4 +0,0 @@ -defmodule AzureEx.EndpointTest do - use ExUnit.Case - doctest AzureEx.Endpoint -end diff --git a/test/azure_ex_test.exs b/test/azure_ex_test.exs index af9043c..d062ff5 100644 --- a/test/azure_ex_test.exs +++ b/test/azure_ex_test.exs @@ -1,8 +1,4 @@ defmodule AzureExTest do use ExUnit.Case doctest AzureEx - - test "greets the world" do - assert AzureEx.hello() == :world - end end |