Skip to content

Commit

Permalink
change "for" to "across"
Browse files Browse the repository at this point in the history
  • Loading branch information
stalgiag committed Jan 30, 2025
1 parent 72ba042 commit eb42d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/components/FailingAssertionsSummary/Table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const FailingAssertionsSummaryTable = ({
return (
<>
<p>
{failingAssertions.length} assertions failed for{' '}
{failingAssertions.length} assertions failed across{' '}
{metrics.mustAssertionsFailedCount +
metrics.shouldAssertionsFailedCount}{' '}
commands in {metrics.testsFailedCount} tests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h1 id="failing-assertions-heading">
<div
class="failing-assertions-summary-table-container">
<p>
2 assertions failed for 3 commands in 2 tests.
2 assertions failed across 3 commands in 2 tests.
</p>
<div class="table-responsive">
<table
Expand Down

0 comments on commit eb42d78

Please sign in to comment.