8000 PostgresNodePortManager is updated [error messages] · postgrespro/testgres@4fbf51d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fbf51d

Browse files
PostgresNodePortManager is updated [error messages]
1 parent 4f49dde commit 4fbf51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testgres/node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ def __init__(self):
141141
super().__init__()
142142

143143
def reserve_port(self) -> int:
144-
raise NotImplementedError("PostManager::reserve_port is not implemented.")
144+
raise NotImplementedError("PostgresNodePortManager::reserve_port is not implemented.")
145145

146146
def release_port(self, number: int) -> None:
147147
assert type(number) == int # noqa: E721
148-
raise NotImplementedError("PostManager::release_port is not implemented.")
148+
raise NotImplementedError("PostgresNodePortManager::release_port is not implemented.")
149149

150150

151151
class PostgresNodePortManager__ThisHost(PostgresNodePortManager):

0 commit comments

Comments
 (0)
0