From 8509532c78ab2a8cc0efeadee6367bbe7991ee49 Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 21 Jun 2021 23:13:04 +0900 Subject: Fix finish_using_lib_reline --- test/readline/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/readline/helper.rb') diff --git a/test/readline/helper.rb b/test/readline/helper.rb index 8e1a06cb3e..6afbaf7ed9 100644 --- a/test/readline/helper.rb +++ b/test/readline/helper.rb @@ -23,6 +23,6 @@ else end def finish_using_lib_reline - Reline.test_reset + Reline.instance_variable_set(:@core, nil) end end -- cgit v1.2.3