Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvanvliet committed Sep 8, 2022
1 parent bb21648 commit 035df04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ defmodule Absinthe.Schema.Notation.Experimental.MacroExtensionsTest do
name: "__typename",
type: :string
},
%{
name: "foo",
type: :string
},
%{
name: "value",
type: :integer
Expand Down
2 changes: 2 additions & 0 deletions test/absinthe/schema/rule/repeatable_directives_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ defmodule Absinthe.Schema.Rule.RepeatedDirectivesTest do
@prototype_schema WithFeatureDirective

query do
field :foo, :string
end

object :dog do
Expand All @@ -85,6 +86,7 @@ defmodule Absinthe.Schema.Rule.RepeatedDirectivesTest do
@prototype_schema WithFeatureDirective

query do
field :foo, :string
end

import_sdl ~s"""
Expand Down

0 comments on commit 035df04

Please sign in to comment.