Fix test name

This commit is contained in:
WQY\qiong
2023-02-04 15:58:51 +08:00
parent 6e6fc67677
commit 2d0598ca5d

View File

@@ -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}))