Explorar o código

test: remove unused variable

Paul Razvan Berg %!s(int64=5) %!d(string=hai) anos
pai
achega
635f6f328c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";