Skip to content

Commit 068f123

Browse files
committed
async
1 parent 189493f commit 068f123

9 files changed

Lines changed: 9 additions & 9 deletions

test/access/cable_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Access.CableTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias Diffo.Provider.Specification
99
alias Diffo.Provider.Characteristic
1010
alias Diffo.Provider.Assignment

test/access/card_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Access.CardTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias Diffo.Provider.Specification
99
alias Diffo.Provider.Characteristic
1010
alias Diffo.Provider.Assignment

test/access/characteristic_value_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Access.CharacteristicValueTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias DiffoExample.Access.AggregateInterface
99
alias DiffoExample.Access.Circuit
1010
alias DiffoExample.Access.Dslam

test/access/dsl_access_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Access.DslAccessTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias Diffo.Provider
99
alias Diffo.Provider.Specification
1010
alias Diffo.Provider.Feature

test/access/path_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Access.PathTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias Diffo.Provider
99
alias Diffo.Provider.Specification
1010
alias Diffo.Provider.Characteristic

test/access/shelf_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Access.ShelfTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias Diffo.Provider
99
alias Diffo.Provider.Specification
1010
alias Diffo.Provider.Characteristic

test/diffo_example_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExampleTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
doctest DiffoExample.Access.Util
99
doctest DiffoExample.Nbn.Util
1010
doctest DiffoExample.Nbn.Speeds

test/nbn/nbn_ethernet_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Nbn.NbnEthernetTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true
88
alias Diffo.Provider.Specification
99
alias Diffo.Provider.Characteristic
1010
alias DiffoExample.Nbn

test/nbn/rsp_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
defmodule DiffoExample.Nbn.RspTest do
66
@moduledoc false
7-
use ExUnit.Case
7+
use ExUnit.Case, async: true, async: true
88
alias DiffoExample.Nbn
99
alias DiffoExample.Nbn.Rsp
1010

0 commit comments

Comments
 (0)