Skip to content

Commit 837f228

Browse files
author
Matthew Stewart-Ronnisch
committed
Remove Absinthe check
See this issue and comment: devonestes#27 (comment)
1 parent 8b353fd commit 837f228

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/assertions/absinthe.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule Assertions.Absinthe do
1919
2020
and then all functions in this module will not need the schema passed explicitly into it.
2121
"""
22-
if match?({:module, _}, Code.ensure_compiled(Absinthe)) do
22+
2323
require Assertions
2424

2525
require ExUnit.Assertions
@@ -256,5 +256,5 @@ defmodule Assertions.Absinthe do
256256
defp merge_overrides(fields, overrides) do
257257
Enum.reduce(overrides, fields, &merge_overrides/2)
258258
end
259-
end
259+
260260
end

0 commit comments

Comments
 (0)