Skip to content

Commit 56e30ec

Browse files
committed
Fix test
1 parent 38de044 commit 56e30ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Functional/Security/AccessTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function setUp(): void
6767
public function testCustomClassLoaderNotRegister(): void
6868
{
6969
$this->expectException(Error::class);
70-
$this->expectExceptionMessage('Class \'Overblog\GraphQLBundle\Access\__DEFINITIONS__\RootQueryType\' not found');
70+
$this->expectExceptionMessage('Class "Overblog\GraphQLBundle\Access\__DEFINITIONS__\RootQueryType" not found');
7171
spl_autoload_unregister($this->loader);
7272
$this->assertResponse($this->userNameQuery, [], static::ANONYMOUS_USER, 'access');
7373
}

0 commit comments

Comments
 (0)