update snapshots

This commit is contained in:
Connor 2024-02-29 16:28:42 -06:00
parent 67cecee9da
commit 365ff5e5d1
No known key found for this signature in database
GPG key ID: 455C6C81CB2BD091
9 changed files with 2840 additions and 2853 deletions

View file

@ -3,12 +3,12 @@
exports[`swift-xunit tests report from swift test results matches snapshot 1`] = `
TestRunResult {
"path": "fixtures/swift-xunit.xml",
"suites": [
"suites": Array [
TestSuiteResult {
"groups": [
"groups": Array [
TestGroupResult {
"name": "AcmeLibTests.AcmeLibTests",
"tests": [
"tests": Array [
TestCaseResult {
"error": undefined,
"name": "test_always_pass",
@ -22,7 +22,7 @@ TestRunResult {
"time": 92.039167,
},
TestCaseResult {
"error": {
"error": Object {
"details": undefined,
"line": undefined,
"message": undefined,