Skip to content

Commit

Permalink
Update test/unit/server_async_transaction.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
aditya1702 and Shaptic committed Jun 17, 2024
1 parent 2ca990d commit 161e9ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/server_async_transaction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ describe("server.js async transaction submission tests", function () {
expect(res.extras.error).to.equal("There was an exception when submitting this transaction.")
done();
})
.catch(function (err) {
done(err);
});
.catch((err) => done(err));
});
});

0 comments on commit 161e9ac

Please sign in to comment.