Skip to content

Commit fc719c6

Browse files
committed
test: remove database creation
1 parent 853e06f commit fc719c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spanner/test/spannerBackupTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public static function setUpBeforeClass(): void
7474
self::$backupId = 'backup-' . self::$databaseId;
7575
self::$restoredDatabaseId = self::$databaseId . '-res';
7676
self::$instance = $spanner->instance(self::$instanceId);
77-
self::$instance->database(self::$databaseId)->create();
7877
}
7978

8079
public function testCancelBackup()

0 commit comments

Comments
 (0)