File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 ( ) ;
You can’t perform that action at this time.
0 commit comments