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 d2f53ba commit 4415e0eCopy full SHA for 4415e0e
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