diff options
author | Takashi Kokubun <[email protected]> | 2023-08-25 15:32:13 -0700 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-08-25 15:32:14 -0700 |
commit | 96a809f621b742b6256545e85519002d0fd28a44 (patch) | |
tree | 0f633e326d0ddbac04d8374cc85eb5dad355b414 /test/json/ractor_test.rb | |
parent | 480aee4363d2bff26dcdd6b9280cf93ec0f1a06b (diff) |
Use require_relative in JSON tests
to prevent them from conflicting with yarp/test_helper
Diffstat (limited to 'test/json/ractor_test.rb')
-rw-r--r-- | test/json/ractor_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/ractor_test.rb b/test/json/ractor_test.rb index 71105e55ec..cca21b20f0 100644 --- a/test/json/ractor_test.rb +++ b/test/json/ractor_test.rb @@ -1,7 +1,7 @@ # encoding: utf-8 # frozen_string_literal: false -require 'test_helper' +require_relative 'test_helper' class JSONInRactorTest < Test::Unit::TestCase def test_generate |