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 Nov 3, 2023
1 parent 324ad05 commit 85ae811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions test/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const Contract = {
Transaction: 'Transaction',
MessageFrameAddresses: 'MessageFrameAddresses',
New: 'New',
AssemblyAddress: 'AssemblyAddress',
AddressContract: 'AddressContract',
Recipient: 'Recipient',
Inheritance: 'Inheritance',
Expand Down
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 85ae811

Please sign in to comment.