Skip to content

Commit

Permalink
Make test that capture IO asyncronous (#1276)
Browse files Browse the repository at this point in the history
It reverts the changes introduced in dd79916
and make use of this feature introduced in Elixir v1.10
  • Loading branch information
eksperimental authored Sep 16, 2020
1 parent 68b71f2 commit e935025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/ex_doc/autolink_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule ExDoc.AutolinkTest do
use ExUnit.Case
use ExUnit.Case, async: true
doctest ExDoc.Autolink
import ExUnit.CaptureIO

Expand Down
2 changes: 1 addition & 1 deletion test/ex_doc/cli_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule ExDoc.CLITest do
use ExUnit.Case
use ExUnit.Case, async: true
import ExUnit.CaptureIO

@ebin "_build/test/lib/ex_doc/ebin"
Expand Down

0 comments on commit e935025

Please sign in to comment.