Commit 608515ba authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweak

parent 188b76d9
Pipeline #11004 passed with stage
......@@ -150,4 +150,4 @@ class TestFitsHeaderOps(unittest.TestCase):
t = table.Table([{"a": 1, "b": 2}] * 5)
meta = generate_meta(obs_id="123456")
t = add_meta_to_table(t, meta)
self.assertEqual(set(t.colnames), ("a", "b", "healpix", "data_uuid"))
self.assertEqual(set(t.colnames), {"a", "b", "healpix", "data_uuid"})
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