From 4c9921fdc88def5e5893488f049e56fd0709f3ab Mon Sep 17 00:00:00 2001 From: H Date: Sun, 3 Mar 2024 22:26:27 -0800 Subject: [PATCH] Remove duplicate line in formatter_callback doc --- lib/ex_unit/lib/ex_unit/formatter.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ex_unit/lib/ex_unit/formatter.ex b/lib/ex_unit/lib/ex_unit/formatter.ex index f3661fe78b7..2d87c2e4a65 100644 --- a/lib/ex_unit/lib/ex_unit/formatter.ex +++ b/lib/ex_unit/lib/ex_unit/formatter.ex @@ -124,8 +124,6 @@ defmodule ExUnit.Formatter do * `:error_info` - Should format error information. - * `:error_info` - Should format error information. - * `:test_module_info` - Should format test module information. The message returned when this key is passed precedes messages such as `"failure on setup_all callback [...]"`.