Skip to content

Commit 2813cc8

Browse files
committed
Clean
1 parent 32028df commit 2813cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sharing-smart-contract/test/e2e/upgrade.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { loadFixture } from '@nomicfoundation/hardhat-toolbox/network-helpers.js';
22
import { expect } from 'chai';
33
import hardhat from 'hardhat';
4+
import { beforeEach } from 'mocha';
45
import { createCollection, deploySCFixture } from './utils/loadFixture.test.js';
5-
import {beforeEach} from 'mocha';
66
const { ethers, upgrades } = hardhat;
77

88
// TODO convert to ts.

0 commit comments

Comments
 (0)