Skip to content

Commit

Permalink
reorder parameters in test
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Nov 15, 2022
1 parent e116615 commit 2974144
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/SoulboundIdentity.test.ts
Expand Up @@ -14,15 +14,14 @@ let soulboundIdentity: SoulboundIdentity;

let owner: SignerWithAddress;
let someone: SignerWithAddress;
let address1: SignerWithAddress;
let address2: SignerWithAddress;

const SOUL_NAME1 = "soulName1";
const SOUL_NAME2 = "soulName2";
const YEAR = 1; // 1 year
const ARWEAVE_LINK = "ar://jK9sR4OrYvODj7PD3czIAyNJalub0-vdV_JAg1NqQ-o";

let address1: SignerWithAddress;
let address2: SignerWithAddress;

describe("Soulbound Identity", () => {
before(async () => {
[, owner, someone, address1, address2] = await ethers.getSigners();
Expand Down

0 comments on commit 2974144

Please sign in to comment.