Skip to content

Commit

Permalink
Make a change in the deprecated steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Feb 24, 2025
1 parent 1e5d0a6 commit a26213e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/steps/deprecated_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# @step_input span_count [Integer] The number of spans to wait for
When('I wait for {int} span(s)') do |span_count|
assert_received_spans Maze::Server.list_for('traces'), span_count
assert_received_span_count(span_count, span_count)
end

0 comments on commit a26213e

Please sign in to comment.