LESSON 7 ERROR IN TESTING Error: could not decode result data (value="0x", info={ "method": "getPriceFeed", "signature": "getPriceFeed()" }, code=BAD_DATA, version=6.6.7) #5963
Closed
vishnu-geek
started this conversation in
General
Replies: 1 comment 10 replies
-
@vishnugolu Try downgrading your |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
getting error on testing
Error: could not decode result data (value="0x", info={ "method": "getPriceFeed", "signature": "getPriceFeed()" }, code=BAD_DATA, version=6.6.7)
HERE IS MY TEST.JS
`
const { deployments, ethers, getNamedAccounts } = require("hardhat")
const { assert } = require("chai")
//const { deployer } = getNamedAccounts()
describe("FundMe", async function () {
//anonymous function
let fundMe
let deployer
let mockV3Aggregator
})
`
Beta Was this translation helpful? Give feedback.
All reactions