Skip to content

Commit 1947771

Browse files
committed
[java] Fixing build
1 parent 5e95c81 commit 1947771

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/test/org/openqa/selenium/grid/node/NodeTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ void shouldCreateASessionIfTheCorrectCapabilitiesArePassedToIt() {
190190
void shouldRetryIfNoMatchingSlotIsAvailable() {
191191
Node local = LocalNode.builder(tracer, bus, uri, uri, registrationSecret)
192192
.add(caps, new SessionFactory() {
193+
@Override
194+
public Capabilities getStereotype() {
195+
return null;
196+
}
197+
193198
@Override
194199
public Either<WebDriverException, ActiveSession> apply(
195200
CreateSessionRequest createSessionRequest) {

0 commit comments

Comments
 (0)