Skip to content

Commit

Permalink
fix: xunit integration test (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 26, 2024
1 parent a5b5652 commit 6f3f45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/reporters.spec.js
Expand Up @@ -44,8 +44,8 @@ describe('reporters', function () {
'output=' + tmpFile
];
var expectedOutput = [
'<testcase classname="suite" name="test1" time="',
'<testcase classname="suite" name="test2" time="',
'<testcase classname="suite" name="test1" file="',
'<testcase classname="suite" name="test2" file="',
'</testsuite>'
];

Expand Down

0 comments on commit 6f3f45e

Please sign in to comment.