Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhigarg92 committed Oct 30, 2024
1 parent 9e3c1b4 commit 9b1fee9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/spanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3433,9 +3433,6 @@ describe('Spanner with mock server', () => {
}) as v1.CommitRequest;
assert.ok(commitRequest, 'Commit was called');
assert.strictEqual(commitRequest.mutations.length, 2);
assert.deepStrictEqual(commitRequest.singleUseTransaction?.readWrite, {
readLockMode: 'READ_LOCK_MODE_UNSPECIFIED',
});
});

it('should apply blind writes only once with excludeTxnFromChangeStreams option', async () => {
Expand Down

0 comments on commit 9b1fee9

Please sign in to comment.