Skip to content

Commit

Permalink
Update spec/datadog/profiling/validate_benchmarks_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Ivo Anjo <[email protected]>
  • Loading branch information
AlexJF and ivoanjo authored Mar 5, 2024
1 parent 184759a commit d43a343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/datadog/profiling/validate_benchmarks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
it('runs without raising errors') { expect_in_fork { load './benchmarks/profiler_sample_serialize.rb' } }
end

describe 'profiler_memory sample_serialize' do
describe 'profiler_memory_sample_serialize' do
it('runs without raising errors') { expect_in_fork { load './benchmarks/profiler_memory_sample_serialize.rb' } }
end
end

0 comments on commit d43a343

Please sign in to comment.