Skip to content

Commit 43aca12

Browse files
1 parent f79ec42 commit 43aca12

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

system-test/spanner.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3603,17 +3603,11 @@ describe('Spanner', () => {
36033603
};
36043604

36053605
it('GOOGLE_STANDARD_SQL should not be able to restore to an existing database', async () => {
3606-
await restoreExistingDatabaseFail(
3607-
restoreDatabase,
3608-
googleSqlBackup1
3609-
);
3606+
await restoreExistingDatabaseFail(restoreDatabase, googleSqlBackup1);
36103607
});
36113608

36123609
it.skip('POSTGRESQL should not be able to restore to an existing database', async () => {
3613-
await restoreExistingDatabaseFail(
3614-
restoreDatabase,
3615-
postgreSqlBackup1
3616-
);
3610+
await restoreExistingDatabaseFail(restoreDatabase, postgreSqlBackup1);
36173611
});
36183612

36193613
const updateBackupExpiry = async backup1 => {

0 commit comments

Comments
 (0)