Skip to content

Commit cf145f8

Browse files
1 parent 6be3719 commit cf145f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/database.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,7 +3114,8 @@ describe('Database', () => {
31143114

31153115
after(() => {
31163116
delete process.env.GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS;
3117-
delete process.env.GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS;
3117+
delete process.env
3118+
.GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS;
31183119
});
31193120

31203121
beforeEach(() => {
@@ -3329,7 +3330,6 @@ describe('Database', () => {
33293330
' and GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW is ' +
33303331
`${isMuxEnabled[1] ? 'enabled' : 'disable'}`,
33313332
() => {
3332-
33333333
before(() => {
33343334
process.env.GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS =
33353335
isMuxEnabled[0].toString();
@@ -3462,7 +3462,6 @@ describe('Database', () => {
34623462
' and GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW is ' +
34633463
`${isMuxEnabled[1] ? 'enabled' : 'disable'}`,
34643464
() => {
3465-
34663465
before(() => {
34673466
process.env.GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS =
34683467
isMuxEnabled[0].toString();

0 commit comments

Comments
 (0)