Skip to content

Commit

Permalink
Fix test only run XORO token test
Browse files Browse the repository at this point in the history
  • Loading branch information
dqtkien committed Sep 3, 2024
1 parent 09ea149 commit a38d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/010-xoro.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let contract: XORO;

const packData = (amount: bigint, address: string): bigint => (amount << 160n) | BigInt(address);

describe.only('XORO token', function () {
describe('XORO token', function () {
it('XORO token must be deployed correctly', async () => {
accounts = await hre.ethers.getSigners();
[deployerSigner, player01, player02, player03, newOwner, operator1, operator2, fakeOperator, operator3] = accounts;
Expand Down

0 comments on commit a38d82e

Please sign in to comment.