Skip to content

Commit 30fda41

Browse files
committed
Removed redundant argument at Reline::LineEditor::CompletionBlockTest
1 parent bf47b1b commit 30fda41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reline/test_line_editor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class CompletionBlockTest < Reline::TestCase
88
def setup
99
@original_quote_characters = Reline.completer_quote_characters
1010
@original_word_break_characters = Reline.completer_word_break_characters
11-
@line_editor = Reline::LineEditor.new(nil, Encoding::UTF_8)
11+
@line_editor = Reline::LineEditor.new(nil)
1212
end
1313

1414
def retrieve_completion_block(lines, line_index, byte_pointer)

0 commit comments

Comments
 (0)