Skip to content
Snippets Groups Projects
Commit 198cef42 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Added more tests

parent 2b952af2
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -381,7 +381,7 @@ class TestDetector(unittest.TestCase):
self.assertEqual(self.ifo.time_delay_from_geocenter(1, 2, 3), 1)
def test_vertex_position_geocentric(self):
with mock.patch('tupak.utils.vertex_position_geocentric') as m:
with mock.patch('tupak.utils.get_vertex_position_geocentric') as m:
m.return_value = 1
self.assertEqual(self.ifo.vertex_position_geocentric(), 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment