Skip to content

Commit

Permalink
Handling dependency on constants.js
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Stefanov <[email protected]>
  • Loading branch information
stefan-stefanooov committed Oct 20, 2023
1 parent f4216df commit 670426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/solidity/defaults/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('@solidityequiv3 Solidity Defaults', function () {
before(async function () {
signers = await ethers.getSigners()

const factory = await ethers.getContractFactory(Constants.Contract.Defaults)
const factory = await ethers.getContractFactory("Defaults")
contract = await factory.deploy()
})

Expand Down

0 comments on commit 670426c

Please sign in to comment.