Skip to content

Commit

Permalink
Removes unused vars
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Blazhukova <[email protected]>
  • Loading branch information
konstantinabl committed Oct 19, 2023
1 parent eff0bfa commit 59ab5e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/solidity/assignments/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ const { ethers } = require('hardhat')
const Constants = require('../../constants')

describe('@solidityequiv1 Test assignments', function () {
let signers;

before(async function () {
signers = await ethers.getSigners()

const factoryDestructuring = await ethers.getContractFactory(Constants.Contract.DestructuringReturns)
contractDesctructuring = await factoryDestructuring.deploy()

Expand Down

0 comments on commit 59ab5e6

Please sign in to comment.