Skip to content

Commit

Permalink
test: fix wallet test case for bidreveal.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Aug 28, 2024
1 parent 3ae2296 commit 84ebf66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/wallet-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3649,7 +3649,7 @@ describe('Wallet', function() {
}
};

const NAME = 'testname';
const NAME = rules.grindName(10, 1, network);
const NAMEHASH = rules.hashString(NAME);
let wallet;

Expand All @@ -3664,10 +3664,6 @@ describe('Wallet', function() {
await wdb.connect();

wallet = await wdb.create();

// rollout all names
wdb.height = 52 * 144 * 7;
wdb.state.height = 52 * 144 * 7;
});

after(async () => {
Expand Down

0 comments on commit 84ebf66

Please sign in to comment.