assert something

This commit is contained in:
Shish 2023-02-02 16:52:55 +00:00
parent 78c56e0a57
commit 8219cd7686

View file

@ -10,5 +10,6 @@ class GraphQLTest extends ShimmiePHPUnitTestCase
{
$schema = \GQLA\genSchema();
$schema->assertValid();
$this->assertTrue(true);
}
}