Skip to content

Commit 3d6b1ce

Browse files
committed
stanning
1 parent eba274c commit 3d6b1ce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/Type/ErrorCodeTypeGenerationTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,9 @@ public function testFieldsWithNoErrorCodes(): void
9191
],
9292
],
9393
]),
94-
// 'typeSetter' => static function ($type) use (&$types): void {
95-
// $types[$type->name] = $type;
96-
// },
9794
], ['updateBook']);
9895

99-
self::assertEmpty($types);
96+
self::assertEquals($types, []);
10097
self::assertEquals(SchemaPrinter::printType($type), Utils::nowdoc('
10198
"User errors for UpdateBook"
10299
type UpdateBookError

0 commit comments

Comments
 (0)