Skip to content

Commit

Permalink
fix issue in real network test
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 2, 2022
1 parent f41d9c6 commit 14f88d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test_factory/SoulFactory.test.ts
Expand Up @@ -22,11 +22,9 @@ describe("Soul Factory", () => {
});

beforeEach(async () => {
await deployments.fixture("SoulFactory", { fallbackToGlobal: false });

const { address: soulFactoryAddress } = await deployments.get(
"SoulFactory"
);
);

soulFactory = SoulFactory__factory.connect(soulFactoryAddress, owner);
});
Expand Down

0 comments on commit 14f88d1

Please sign in to comment.