Skip to content

Commit

Permalink
Merge pull request #60 from orochi-network/bug/fix_only_run_one_test
Browse files Browse the repository at this point in the history
Fix test only run XORO token test
  • Loading branch information
chiro-hiro committed Sep 3, 2024
2 parents 09ea149 + a38d82e commit 25a061d
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 25a061d

Please sign in to comment.