diff --git a/test_tjnetwork.py b/test_tjnetwork.py index 8c8e37e..039ddc8 100644 --- a/test_tjnetwork.py +++ b/test_tjnetwork.py @@ -1296,8 +1296,8 @@ class TestApi: self.leave(p) - def test_pipe_del(self): - p = 'test_pipe_del' + def test_pump_del(self): + p = 'test_pump_del' self.enter(p) add_junction(p, ChangeSet({'id': 'j0', 'x': 0.0, 'y': 10.0, 'elevation': 20.0}))