Skip to content

Commit

Permalink
chore: integration test fix (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhigarg92 authored Jan 11, 2024
1 parent c0a4363 commit 96e1211
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 96e1211

Please sign in to comment.