Skip to content

Commit cceaf10

Browse files
author
vshepard
committed
Fix test_the_same_port
1 parent 81c579c commit cceaf10

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/test_simple.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,9 @@ def test_parse_pg_version(self):
10391039
def test_the_same_port(self):
10401040
with get_new_node() as node:
10411041
node.init().start()
1042-
1043-
with get_new_node() as node2:
1044-
node2.port = node.port
1045-
node2.init().start()
1042+
with get_new_node() as node2:
1043+
node2.port = node.port
1044+
node2.init().start()
10461045

10471046

10481047
if __name__ == '__main__':

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy