Skip to content

Commit

Permalink
Update test/0.8.9/sepolia-deposit-adapter.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Eugene Mamin <TheDZhon@gmail.com>
  • Loading branch information
vp4242 and TheDZhon authored Feb 20, 2024
1 parent 401b886 commit 312d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/0.8.9/sepolia-deposit-adapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract('SepoliaDepositAdapter', ([deployer]) => {

bepoliaToken = await ethers.getContractAt('ISepoliaDepositContract', sepoliaDepositContract)

const result = await depositAdapter.name()
const name = await depositAdapter.name()

Check failure on line 31 in test/0.8.9/sepolia-deposit-adapter.test.js

View workflow job for this annotation

GitHub Actions / Solidity tests and linters

'name' is assigned a value but never used
assert.equals(result, 'Sepolia deposit contract token')

Check failure on line 32 in test/0.8.9/sepolia-deposit-adapter.test.js

View workflow job for this annotation

GitHub Actions / Solidity tests and linters

'result' is not defined

snapshot = new EvmSnapshot(ethers.provider)
Expand Down

0 comments on commit 312d708

Please sign in to comment.