Skip to content

Commit 55d1271

Browse files
committed
fixing typo in test method name
1 parent 526355b commit 55d1271

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/server/test/org/openqa/grid/internal/ProxySetTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ public void testProxySortingByIdle() throws Exception {
6565
try {
6666
ProxySet set = registry.getAllProxies();
6767

68-
set.add(buildStubbedRemotePorxy(registry, 10));
69-
set.add(buildStubbedRemotePorxy(registry, 2));
70-
set.add(buildStubbedRemotePorxy(registry, 0));
71-
set.add(buildStubbedRemotePorxy(registry, 1));
68+
set.add(buildStubbedRemoteProxy(registry, 10));
69+
set.add(buildStubbedRemoteProxy(registry, 2));
70+
set.add(buildStubbedRemoteProxy(registry, 0));
71+
set.add(buildStubbedRemoteProxy(registry, 1));
7272

7373
List<RemoteProxy> sortedList = set.getSorted();
7474

@@ -93,7 +93,7 @@ public void testProxySortingByIdle() throws Exception {
9393

9494
}
9595

96-
public StubbedRemoteProxy buildStubbedRemotePorxy(Registry registry, int totalUsed){
96+
public StubbedRemoteProxy buildStubbedRemoteProxy(Registry registry, int totalUsed){
9797
RegistrationRequest req = RegistrationRequest.build("-role", "webdriver","-host","localhost");
9898
req.getCapabilities().clear();
9999

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