Skip to content

Commit

Permalink
fix issue with address2 (in goerli it has a positive usdc balance)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Dec 1, 2022
1 parent ea70b16 commit bcb6e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SoulStore.test.ts
Expand Up @@ -43,7 +43,7 @@ const ARWEAVE_LINK = "ar://jK9sR4OrYvODj7PD3czIAyNJalub0-vdV_JAg1NqQ-o";

describe("Soul Store", () => {
before(async () => {
[, owner, address1, address2] = await ethers.getSigners();
[, owner, address1, , address2] = await ethers.getSigners();
});

beforeEach(async () => {
Expand Down

0 comments on commit bcb6e20

Please sign in to comment.