Skip to content

Commit

Permalink
Test ProvidedRequiredArguments (ChilliCream#1681)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Staib <michael@chillicream.com>
  • Loading branch information
PascalSenn and michaelstaib authored Apr 11, 2020
1 parent dfc1593 commit 34838ff
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ public void BadNullIntoNonNullString()
}
");
}

[Fact]

public void ArgOnOptionalArg()
{
ExpectValid(@"
Expand Down Expand Up @@ -204,7 +203,7 @@ public void NoArgOnNonNullFieldWithDefault()
ExpectValid(@"
{
arguments {
nonNullFieldWithDefault
optionalNonNullBooleanArgField(y:1)
}
}
");
Expand Down Expand Up @@ -340,7 +339,7 @@ public void IncorrectValueAndMissingArgument()
}
}
");
}
}

[Fact]
public void WithDirectivesOfValidTypes()
Expand Down

0 comments on commit 34838ff

Please sign in to comment.