Discepency between expected output and test

I seem to have an issue with the week 1 assignment where it appears the output for my code is different from the “Expected output” however it says “all tests passed”, not sure what to do here, any help will be much appreciated.

Thanks

It appears your code for find_closest_centroids() does not work correctly with the test that is included in the notebook.

The “all tests passed” refers to the tests in find_closest_centroids_test(), from the public_tests.py file.

Using my notebook, here is how the tests are organized: