Skip to content

Commit

Permalink
fix helper require
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Nov 7, 2024
1 parent 6c7337b commit 5c5c41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/di/contrib/serializer_active_record_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'datadog/tracing/contrib/rails/rails_helper'
require "datadog/di/spec_helper"
require "datadog/di/serializer"
require_relative 'serializer_helper'
require_relative '../serializer_helper'
require 'active_record'
require "datadog/di/contrib/active_record"

Expand Down

0 comments on commit 5c5c41e

Please sign in to comment.