diff --git a/test/absinthe/schema/notation/experimental/macro_extensions_test.exs b/test/absinthe/schema/notation/experimental/macro_extensions_test.exs index 80c4d0249a..39fdaa21af 100644 --- a/test/absinthe/schema/notation/experimental/macro_extensions_test.exs +++ b/test/absinthe/schema/notation/experimental/macro_extensions_test.exs @@ -182,6 +182,10 @@ defmodule Absinthe.Schema.Notation.Experimental.MacroExtensionsTest do name: "__typename", type: :string }, + %{ + name: "foo", + type: :string + }, %{ name: "value", type: :integer diff --git a/test/absinthe/schema/rule/repeatable_directives_test.exs b/test/absinthe/schema/rule/repeatable_directives_test.exs index e83136a009..939e6caa7b 100644 --- a/test/absinthe/schema/rule/repeatable_directives_test.exs +++ b/test/absinthe/schema/rule/repeatable_directives_test.exs @@ -64,6 +64,7 @@ defmodule Absinthe.Schema.Rule.RepeatedDirectivesTest do @prototype_schema WithFeatureDirective query do + field :foo, :string end object :dog do @@ -85,6 +86,7 @@ defmodule Absinthe.Schema.Rule.RepeatedDirectivesTest do @prototype_schema WithFeatureDirective query do + field :foo, :string end import_sdl ~s"""