We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec2f44 commit 5a6dcd7Copy full SHA for 5a6dcd7
test/support/image_test_case.ex
@@ -1,6 +1,6 @@
1
defmodule ImageTestCase do
2
@moduledoc false
3
- use ExUnit.CaseTemplate
+ use ExUnit.CaseTemplate, async: true
4
5
@doc "Reads an image giving a relative path to test/fixtures/images"
6
def read_image(rel_path) do
@@ -10,8 +10,6 @@ defmodule ImageTestCase do
10
11
using do
12
quote do
13
- use ExUnit.Case, async: true
14
-
15
def read_image(rel_path), do: ImageTestCase.read_image(rel_path)
16
end
17
0 commit comments