Hi. I am getting the error:
Failed test case: Incorrect number of elements for function call filter_by_metadata(property = title, values = [‘US’], limit = 1).
Expected: 1
Got: 2
But the code being run, supplied by the authors of the lab, specified as a limit of 2. The output of my function is exactly the same as the model output. I have tried changing the formatting of the function so arguments are on separate lines / the same line, but this makes no difference.
Does anyone have any suggestions?