summaryrefslogtreecommitdiff
path: root/python/test/Ice/servantLocator/TestAMDI.py
diff options
context:
space:
mode:
authorAustin Henriksen <austin@zeroc.com>2023-12-06 11:35:59 -0500
committerGitHub <noreply@github.com>2023-12-06 11:35:59 -0500
commite14afea88e4b3b65d29a64faa0f088cb986a9258 (patch)
treea3f6e11fab21a5105f40682d8fedeff25500a1a2 /python/test/Ice/servantLocator/TestAMDI.py
parentFixed typo in _makeLambdaOutgoing name (diff)
downloadice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.bz2
ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.tar.xz
ice-e14afea88e4b3b65d29a64faa0f088cb986a9258.zip
Fixed typos. (#1580)
Diffstat (limited to 'python/test/Ice/servantLocator/TestAMDI.py')
-rw-r--r--python/test/Ice/servantLocator/TestAMDI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/servantLocator/TestAMDI.py b/python/test/Ice/servantLocator/TestAMDI.py
index dae02342251..df8235a6d46 100644
--- a/python/test/Ice/servantLocator/TestAMDI.py
+++ b/python/test/Ice/servantLocator/TestAMDI.py
@@ -128,7 +128,7 @@ class ServantLocatorI(Ice.ServantLocator):
test(self._requestId == current.requestId)
self._requestId = -1
- test(current.id.category == self._category or self._category == "")
+ test(current.id.category == self._category or self._category == "")
test(current.id.name == "locate" or current.id.name == "finished")
if current.id.name == "finished":