summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-08 18:36:16 -0600
committerPaul Schoenfelder <paulschoenfelder@gmail.com>2013-12-08 18:36:16 -0600
commit0053bdd3830ff4459fd0a6da5e933a0dd27f9983 (patch)
treec439579d4e581a24d8e04ff0a92b1b9c5df8c36d /test
parentAdd channel watcher (diff)
Make tests run async
Diffstat (limited to 'test')
-rw-r--r--test/commands_test.exs2
-rw-r--r--test/utils_test.exs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/commands_test.exs b/test/commands_test.exs
index 633e152..906ba6a 100644
--- a/test/commands_test.exs
+++ b/test/commands_test.exs
@@ -1,5 +1,5 @@
defmodule ExIrc.CommandsTest do
- use ExUnit.Case
+ use ExUnit.Case, async: true
use Irc.Commands
diff --git a/test/utils_test.exs b/test/utils_test.exs
index e867a62..9add674 100644
--- a/test/utils_test.exs
+++ b/test/utils_test.exs
@@ -1,5 +1,5 @@
defmodule ExIrc.UtilsTest do
- use ExUnit.Case
+ use ExUnit.Case, async: true
use Irc.Commands