Skip to content

Commit 78192ae

Browse files
committed
test(spanner): rename PgQueryTest_2 back to PgQueryTest
1 parent d707fa3 commit 78192ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Spanner/tests/System/PgQueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class PgQueryTest extends SystemTestCase
4141
{
4242
use PgSystemTestCaseTrait;
4343

44-
const TABLE_NAME = 'PgQueryTest_2';
44+
const TABLE_NAME = 'PgQueryTest';
4545

4646
public static $timestampVal;
4747

Spanner/tests/System/PgSystemTestCaseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ protected static function setUpTestDatabase(): void
126126
boolField BOOL,
127127
PRIMARY KEY (id)
128128
)',
129-
'CREATE TABLE IF NOT EXISTS PgQueryTest_2 (
129+
'CREATE TABLE IF NOT EXISTS PgQueryTest (
130130
id bigint NOT NULL,
131131
name varchar(1024),
132132
registered bool,

0 commit comments

Comments
 (0)