Skip to content

Commit 586d406

Browse files
committed
fix typo
1 parent 7f196d5 commit 586d406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ public function testPdoPgsqlDefault(
449449
): void
450450
{
451451
$this->performDriverTest(
452-
'pdoPgsqlExpectedType',
452+
'pdo_pgsql',
453453
self::CONFIG_DEFAULT,
454454
$data,
455455
$dqlTemplate,
@@ -489,7 +489,7 @@ public function testPdoPgsqlStringify(
489489
): void
490490
{
491491
$this->performDriverTest(
492-
'pdoPgsqlExpectedType',
492+
'pdo_pgsql',
493493
self::CONFIG_STRINGIFY,
494494
$data,
495495
$dqlTemplate,

0 commit comments

Comments
 (0)