summaryrefslogtreecommitdiff
path: root/test/test_history.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_history.rb')
-rw-r--r--test/test_history.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_history.rb b/test/test_history.rb
index b38d9a3433..260b6e8528 100644
--- a/test/test_history.rb
+++ b/test/test_history.rb
@@ -1,7 +1,7 @@
require_relative 'helper'
require "reline/history"
-class Reline::KeyStroke::Test < Reline::TestCase
+class Reline::History::Test < Reline::TestCase
def test_ancestors
assert_equal(Reline::History.ancestors.include?(Array), true)
end