Fix test name
This commit is contained in:
@@ -1296,8 +1296,8 @@ class TestApi:
|
|||||||
self.leave(p)
|
self.leave(p)
|
||||||
|
|
||||||
|
|
||||||
def test_pipe_del(self):
|
def test_pump_del(self):
|
||||||
p = 'test_pipe_del'
|
p = 'test_pump_del'
|
||||||
self.enter(p)
|
self.enter(p)
|
||||||
|
|
||||||
add_junction(p, ChangeSet({'id': 'j0', 'x': 0.0, 'y': 10.0, 'elevation': 20.0}))
|
add_junction(p, ChangeSet({'id': 'j0', 'x': 0.0, 'y': 10.0, 'elevation': 20.0}))
|
||||||
|
|||||||
Reference in New Issue
Block a user