Skip to content

Commit

Permalink
Change paths to fit new test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Feb 24, 2025
1 parent 84dd521 commit 60753b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/maze/accessors/trace_accessors_test.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

require_relative '../test_helper'
require_relative '../../lib/maze/accessors/trace_accessors'
require_relative '../../lib/maze/helper'
require_relative '../../lib/maze/server'
require_relative '../../test_helper'
require_relative '../../../../lib/maze/accessors/trace_accessors'
require_relative '../../../../lib/maze/helper'
require_relative '../../../../lib/maze/server'

class TraceAccessorsTest < Test::Unit::TestCase

Expand Down

0 comments on commit 60753b6

Please sign in to comment.