Skip to content

Commit d86986b

Browse files
committed
test: remove async vestige
1 parent 13cc509 commit d86986b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observability-test/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ describe('Database', () => {
983983
});
984984

985985
it('with no errors', done => {
986-
database.getTransaction(async (err, transaction) => {
986+
database.getTransaction((err, transaction) => {
987987
assert.ifError(err);
988988
assert.strictEqual(transaction, fakeTransaction);
989989
transaction!.end();

0 commit comments

Comments
 (0)