Skip to content

Commit b33ebae

Browse files
committed
Address comments
1 parent 5e6fabe commit b33ebae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/appium/java_client/proxy/ProxyHelpersTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public Object onError(Object obj, Method method, Object[] args, Throwable e) thr
170170
void shouldFireEventsForAllWebDriverCommands() throws MalformedURLException {
171171
final StringBuilder acc = new StringBuilder();
172172

173-
ElementAwareWebDriverListener remoteWebElementListener = new ElementAwareWebDriverListener() {
173+
var remoteWebElementListener = new ElementAwareWebDriverListener() {
174174
@Override
175175
public void beforeCall(Object target, Method method, Object[] args) {
176176
acc.append("beforeCall ").append(method.getName()).append("\n");

0 commit comments

Comments
 (0)