Skip to content

Commit

Permalink
Removed redundant argument at Reline::LineEditor::CompletionBlockTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 25, 2024
1 parent d3ba721 commit b0b7485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reline/test_line_editor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CompletionBlockTest < Reline::TestCase
def setup
@original_quote_characters = Reline.completer_quote_characters
@original_word_break_characters = Reline.completer_word_break_characters
@line_editor = Reline::LineEditor.new(nil, Encoding::UTF_8)
@line_editor = Reline::LineEditor.new(nil)
end

def retrieve_completion_block(lines, line_index, byte_pointer)
Expand Down

0 comments on commit b0b7485

Please sign in to comment.