diff --git a/bench/witchcraft/apply/function_bench.exs b/bench/witchcraft/apply/function_bench.exs index 84cbdbf..648be92 100644 --- a/bench/witchcraft/apply/function_bench.exs +++ b/bench/witchcraft/apply/function_bench.exs @@ -1,6 +1,8 @@ defmodule Witchcraft.Apply.FunBench do @moduledoc false + import Kernel, except: [then: 2] + use Benchfella use Witchcraft.Apply diff --git a/bench/witchcraft/apply/list_bench.exs b/bench/witchcraft/apply/list_bench.exs index 6d9b16e..40bc2ad 100644 --- a/bench/witchcraft/apply/list_bench.exs +++ b/bench/witchcraft/apply/list_bench.exs @@ -1,6 +1,8 @@ defmodule Witchcraft.Apply.ListBench do @moduledoc false + import Kernel, except: [then: 2] + use Benchfella use Witchcraft.Apply diff --git a/bench/witchcraft/apply/tuple_bench.exs b/bench/witchcraft/apply/tuple_bench.exs index dace9d0..13a60c6 100644 --- a/bench/witchcraft/apply/tuple_bench.exs +++ b/bench/witchcraft/apply/tuple_bench.exs @@ -1,6 +1,8 @@ defmodule Witchcraft.Apply.TupleBench do @moduledoc false + import Kernel, except: [then: 2] + use Benchfella use Witchcraft.Apply