We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cc509 commit d86986bCopy full SHA for d86986b
observability-test/database.ts
@@ -983,7 +983,7 @@ describe('Database', () => {
983
});
984
985
it('with no errors', done => {
986
- database.getTransaction(async (err, transaction) => {
+ database.getTransaction((err, transaction) => {
987
assert.ifError(err);
988
assert.strictEqual(transaction, fakeTransaction);
989
transaction!.end();
0 commit comments