Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…spanner
  • Loading branch information
surbhigarg92 authored Jan 11, 2024
2 parents 8b80df7 + 96e1211 commit 6cfb0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-test/spanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8731,10 +8731,10 @@ describe('Spanner', () => {
},
err => {
assert.strictEqual(err?.details, expectedErrorMessage);
transaction!.end();
done();
}
);
transaction!.end();
done();
});
});
});
Expand Down

0 comments on commit 6cfb0ec

Please sign in to comment.