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

fix typo in test_astrometry.py

parent 6c6dc71d
......@@ -53,5 +53,5 @@ class TestAstrometry(unittest.TestCase):
self.assertTrue(dec_arr[0] != dec_list[0])
if __name__ == '__main_':
if __name__ == '__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