Skip to content

Commit

Permalink
test: run all NonNullTests (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Mar 6, 2023
1 parent 5ad059b commit 14827bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Executor/NonNullTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ public function testNullsTheTopLevelIfSyncNonNullableFieldThrows(): void
* @see describe('Handles non-null argument')
* @see it('succeeds when passed non-null literal value')
*/
public function succeedsWhenPassedNonNullLiteralValue(): void
public function testSucceedsWhenPassedNonNullLiteralValue(): void
{
$result = Executor::execute(
$this->schemaWithNonNullArg,
Expand All @@ -803,7 +803,7 @@ public function succeedsWhenPassedNonNullLiteralValue(): void
/**
* @see it('succeeds when passed non-null variable value')
*/
public function succeedsWhenPassedNonNullVariableValue(): void
public function testSucceedsWhenPassedNonNullVariableValue(): void
{
$result = Executor::execute(
$this->schemaWithNonNullArg,
Expand Down

0 comments on commit 14827bd

Please sign in to comment.