Commit d649c1e7 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

fix typo in test_astrometry.py

parent 6c6dc71d
Pipeline #4392 passed with stage
in 0 seconds
...@@ -53,5 +53,5 @@ class TestAstrometry(unittest.TestCase): ...@@ -53,5 +53,5 @@ class TestAstrometry(unittest.TestCase):
self.assertTrue(dec_arr[0] != dec_list[0]) self.assertTrue(dec_arr[0] != dec_list[0])
if __name__ == '__main_': if __name__ == '__main__':
unittest.main() unittest.main()
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment