aboutsummaryrefslogtreecommitdiffstats
path: root/test/ut_eof.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ut_eof.rb')
-rw-r--r--test/ut_eof.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ut_eof.rb b/test/ut_eof.rb
index fcd7a639..6de41c4a 100644
--- a/test/ut_eof.rb
+++ b/test/ut_eof.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: false
require 'test/unit'
-module TestEOF
+module OpenSSL::TestEOF
def test_eof_0
open_file("") {|f|
assert_equal("", f.read(0))