Skip to content

Commit 486dce4

Browse files
committed
Do not use tests that modify app env concurrently
1 parent 400f088 commit 486dce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_doc_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
defmodule ExDocTest do
2-
use ExUnit.Case, async: true
2+
use ExUnit.Case
33

44
@moduletag :tmp_dir
55

0 commit comments

Comments
 (0)