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.
2 parents d2f53ba + 4415e0e commit d36de56Copy full SHA for d36de56
modules/sdk-coin-tao/test/unit/tao.ts
@@ -27,7 +27,7 @@ describe('Tao:', function () {
27
let headerInfoCB;
28
let getFeeCB;
29
30
- before(function () {
+ beforeEach(function () {
31
accountInfoCB = sandBox.stub(Tao.prototype, 'getAccountInfo' as keyof Tao);
32
headerInfoCB = sandBox.stub(Tao.prototype, 'getHeaderInfo' as keyof Tao);
33
getFeeCB = sandBox.stub(Tao.prototype, 'getFee' as keyof Tao);
0 commit comments