### Describe the bug Some of the test cases are missing assert statements e.g. `np.allclose(a, b)` instead of `assert np.allclose(a, b)` when enabled some of the tests fail. ### To Reproduce import sunpy sunpy.map.Map(...) etc ### What happened? _No response_ ### Expected behavior _No response_ ### Screenshots _No response_ ### System Details _No response_ ### Installation method _No response_