Skip to content

Commit b61b3b7

Browse files
committed
style: fix eslint
1 parent d4a496e commit b61b3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/helpers/ruby-helper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class RubyHelper {
55
bindAll(this, [
66
'fillInRubyProgram',
77
'currentRubyProgram',
8-
'expectInterconvertBetweenCodeAndRuby',
8+
'expectInterconvertBetweenCodeAndRuby'
99
]);
1010

1111
this.seleniumHelper = seleniumHelper;
@@ -24,7 +24,7 @@ class RubyHelper {
2424
fillInRubyProgram (code) {
2525
code = code.replace(/\n/g, '\\n').replace(/'/g, "\\'");
2626
return this.driver.executeScript(`ace.edit('ruby-editor').setValue('${code}');`);
27-
};
27+
}
2828

2929
async expectInterconvertBetweenCodeAndRuby (code) {
3030
await this.clickText('Ruby', '*[@role="tab"]');

0 commit comments

Comments
 (0)