Replies: 2 comments 1 reply
-
Hello @gradder7 in line 121 you created a getter called You test should look like this: it("sets the aggregator address correctly", async () => {
const response = await fundMe.getPriceFeed();
assert.equal(response, mockV3Aggreator.address);
}); |
Beta Was this translation helpful? Give feedback.
-
1- The issue with 2- change the name of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I tried all the steps that you suggested still getting errors. please help me i am stuck here form last 1 day.
For reference my repo link:-https://github.com/gradder7/hardhatFundMe
my test file
my pakage.json
errror
Beta Was this translation helpful? Give feedback.
All reactions