Skip to content

Commit dbba46f

Browse files
committed
fix: system test against emulator
1 parent 6428bcd commit dbba46f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system-test/spanner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,6 +2411,8 @@ describe('Spanner', () => {
24112411
assert.ifError(err);
24122412
assert.strictEqual(metadata!.name, database.formattedName_);
24132413
assert.strictEqual(metadata!.state, 'READY');
2414+
console.log(`line 2414: ${IS_EMULATOR_ENABLED}`);
2415+
console.log(`line 2415: ${process.env.SPANNER_EMULATOR_HOST}`);
24142416
if (IS_EMULATOR_ENABLED) {
24152417
assert.strictEqual(
24162418
metadata!.databaseDialect,

0 commit comments

Comments
 (0)