Skip to content

Commit

Permalink
squash: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 7, 2024
1 parent 3ce8d16 commit 1205ae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
OpenTelemetry::TestHelpers.with_test_logger do |log|
instrumentation.install(config)
_(log.string).must_match(
/ Unable to patch schema Old::Truck: undefined method `trace_with' for Old::Truck:Class/
/undefined method `trace_with'.*Old::Truck/
)
end
end
Expand Down

0 comments on commit 1205ae1

Please sign in to comment.