Skip to content

Commit 18402d6

Browse files
committed
🔥 Drop useless assert
1 parent 66e607b commit 18402d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/NoSecurityBundleTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function testServiceWiring(): void
1818
$kernel = new GraphQLiteTestingKernel(true, null, false, null, true, null, null, ['TheCodingMachine\\GraphQLite\\Bundle\\Tests\\NoSecurityBundleFixtures\\Controller\\']);
1919
$kernel->boot();
2020
$container = $kernel->getContainer();
21-
self::assertNotNull($container);
2221

2322
$schema = $container->get(Schema::class);
2423
$this->assertInstanceOf(Schema::class, $schema);

0 commit comments

Comments
 (0)