summaryrefslogtreecommitdiff
path: root/test/logger/test_logperiod.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/logger/test_logperiod.rb')
-rw-r--r--test/logger/test_logperiod.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/logger/test_logperiod.rb b/test/logger/test_logperiod.rb
index e3be0a6fc6..5c5318ac95 100644
--- a/test/logger/test_logperiod.rb
+++ b/test/logger/test_logperiod.rb
@@ -1,7 +1,6 @@
# coding: US-ASCII
# frozen_string_literal: false
-require 'test/unit'
-require 'logger'
+require_relative 'helper'
require 'time'
class TestLogPeriod < Test::Unit::TestCase