diff --git a/plio/io/tests/test_io_tes.py b/plio/io/tests/test_io_tes.py index 4ed1e60fc632d222e77b81b645fc8121c5577d25..5a7e56086b943c2d2593bc26126e9c70db52892a 100644 --- a/plio/io/tests/test_io_tes.py +++ b/plio/io/tests/test_io_tes.py @@ -15,7 +15,7 @@ class Test_Tes_IO(unittest.TestCase): def setUp(self): self.examplefile = get_path('pos10001.tab') - def test_openspc(self): + def test_opentab(self): ds = io_tes.Tes(self.examplefile) self.assertEqual(ds.data.size, 119106) self.assertIsInstance(ds.data, pd.DataFrame)