summaryrefslogtreecommitdiff
path: root/test/json/json_string_matching_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/json/json_string_matching_test.rb')
-rw-r--r--test/json/json_string_matching_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_string_matching_test.rb b/test/json/json_string_matching_test.rb
index 5d55dc31b0..b9cf904aaa 100644
--- a/test/json/json_string_matching_test.rb
+++ b/test/json/json_string_matching_test.rb
@@ -1,5 +1,5 @@
#frozen_string_literal: false
-require 'test_helper'
+require_relative 'test_helper'
require 'time'
class JSONStringMatchingTest < Test::Unit::TestCase