Skip to content

Commit

Permalink
Run tests asynchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Apr 10, 2017
1 parent 9fb8e0c commit 65bee8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/fizz_badd/fizz_buzz_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule FizzBaddTest.FizzBuzzTest do
use ExUnit.Case
defmodule FizzBadd.FizzBuzzTest do
use ExUnit.Case, aync: true

alias FizzBadd.FizzBuzz, as: FizzBuzz

Expand Down
2 changes: 1 addition & 1 deletion test/fizz_badd_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule FizzBaddTest do
use ExUnit.Case
use ExUnit.Case, async: true
doctest FizzBadd
end

0 comments on commit 65bee8b

Please sign in to comment.