Cyfrin / foundry-full-course-cu

GNU General Public License v3.0
3.7k stars 916 forks source link

`testPriceFeedVersionIsAccurate` spelling in Updraft "Update" #2281

Closed bxpana closed 3 months ago

bxpana commented 3 months ago

Section

Section 7 | Foundry Fund Me

Could you please leave a link to the Cyfrin Updraft Lesson (or YouTube video timestamp) where this error occurs? (You can right click a video and "copy video URL at current time")

https://updraft.cyfrin.io/courses/foundry/foundry-fund-me/forked-tests?lesson_format=video

Operating System

None

Describe the bug

In the Updraft video page, the "Update" has the updated line of code as testPriced... instead of testPrice... to be inline with what's written in the test file. image

Correct code would be forge test --mt testPriceFeedVersionIsAccurate -vvvv --fork-url $SEPOLIA_RPC_URL

EngrPips commented 3 months ago

Hello @bxpana, Thanks for this contribution and this will be attended to appropriately as soon as possible.

cromewar commented 3 months ago

Thanks for the report, @bxpana. This has been addressed, and changes should be reflected on the platform soon.

bxpana commented 3 months ago

Thanks guys!