Skip to content

Commit 30a3f34

Browse files
committed
test_aggregation: expect 8 assertions with stat correction
When W2 records success for 'h', we subtract W1's delta for 'h', so aggregated assertions are 3+6-1=8.
1 parent d6d0dcf commit 30a3f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/test/minitest/queue/build_status_recorder_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_aggregation
4040
reserve(second_queue, "h")
4141
second_reporter.record(result('h', skipped: true, requeued: true))
4242

43-
assert_equal 9, summary.assertions
43+
assert_equal 8, summary.assertions
4444
assert_equal 3, summary.failures
4545
assert_equal 3, summary.errors
4646
assert_equal 1, summary.skips

0 commit comments

Comments
 (0)