Browse Source

test: remove unused variable

Paul Razvan Berg 5 năm trước cách đây
mục cha
commit
635f6f328c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/Greeter.ts

+ 1 - 1
test/Greeter.ts

@@ -1,7 +1,7 @@
 import chai from "chai";
 import { Wallet } from "@ethersproject/wallet";
 import { deployContract, solidity } from "ethereum-waffle";
-import { ethers, waffle } from "@nomiclabs/buidler";
+import { ethers } from "@nomiclabs/buidler";
 
 import GreeterArtifact from "../artifacts/Greeter.json";