Skip to content

Commit

Permalink
Fix expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 20, 2023
1 parent 52dc3e1 commit c9752ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/end-to-end/logging/teamcity-data-provider.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Runtime: %s

##teamcity[testStarted name='testOne with data set #1' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1' flowId='%d']

##teamcity[testFailed name='testOne with data set #1' message='Failed asserting that false is true.' details='/%sDataProviderTest.php:20|n' duration='%d' flowId='%d']
##teamcity[testFailed name='testOne with data set #1' message='Failed asserting that false is true.' details='/%sDataProviderTest.php:28|n' duration='%d' flowId='%d']

##teamcity[testFinished name='testOne with data set #1' duration='%d' flowId='%d']

Expand All @@ -42,7 +42,7 @@ There was 1 failure:
1) PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1 (false)
Failed asserting that false is true.

/%sDataProviderTest.php:20
/%sDataProviderTest.php:28

FAILURES!
Tests: 2, Assertions: 2, Failures: 1.

0 comments on commit c9752ec

Please sign in to comment.