summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-07-26 11:53:34 +0200
committerMickael Remond <mremond@process-one.net>2016-07-26 11:53:34 +0200
commitfede85c9bd7c78204c988c30dfe846fd7d237f52 (patch)
tree6848cca86103d8e038b6448cf54ff4afcedcfa9f /lib
parentFix tests, command need to be properly added to list of exposed commands (diff)
Remove unused import
Diffstat (limited to 'lib')
-rw-r--r--lib/ct_formatter.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ct_formatter.ex b/lib/ct_formatter.ex
index 47c487ac..0c301353 100644
--- a/lib/ct_formatter.ex
+++ b/lib/ct_formatter.ex
@@ -3,7 +3,7 @@ defmodule ExUnit.CTFormatter do
use GenEvent
- import ExUnit.Formatter, only: [format_time: 2, format_filters: 2, format_test_failure: 5,
+ import ExUnit.Formatter, only: [format_time: 2, format_test_failure: 5,
format_test_case_failure: 5]
def init(opts) do