Skip to content

Commit 6d76ffb

Browse files
committed
fix rubocop
1 parent 075563b commit 6d76ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/android/webdriver/bidi_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_bidi
3838
begin
3939
driver.bidi.remove_callback('log.entryAdded', subscribe_id)
4040
driver.bidi.send_cmd('session.unsubscribe', 'events': ['log.entryAdded'], 'contexts': ['NATIVE_APP'])
41-
rescue StandardError => e
41+
rescue StandardError
4242
# ignore
4343
end
4444

0 commit comments

Comments
 (0)