cs50 / problems

Checks for check50
145 stars 237 forks source link

CS50P: Bitcoin Index doesn't allow valid named method argument #287

Open Makaze opened 1 month ago

Makaze commented 1 month ago

Student use of .method(url="URL HERE") causes an error because the mocked function does not accept named arguments, while the real one does.