aboutsummaryrefslogtreecommitdiffstats
path: root/tool/lib/test/unit/assertions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/lib/test/unit/assertions.rb')
-rw-r--r--tool/lib/test/unit/assertions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit/assertions.rb b/tool/lib/test/unit/assertions.rb
index 2dfc09cfb4..c61f296da9 100644
--- a/tool/lib/test/unit/assertions.rb
+++ b/tool/lib/test/unit/assertions.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'minitest/unit'
-require 'test/unit/core_assertions'
+require_relative '../../core_assertions'
require 'pp'
module Test