File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -448,7 +448,6 @@ class SkipCommandTests : XCTestCase {
448448 │ │ └─ TestData.json
449449 │ └─ Skip
450450 │ └─ skip.yml
451- │
452451 └─ empty.png
453452
454453 """ )
@@ -576,7 +575,6 @@ class SkipCommandTests : XCTestCase {
576575 │ │ └─ TestData.json
577576 │ └─ Skip
578577 │ └─ skip.yml
579- │
580578 └─ empty.png
581579
582580 """ )
@@ -721,7 +719,6 @@ class SkipCommandTests : XCTestCase {
721719 │ │ └─ TestData.json
722720 │ └─ Skip
723721 │ └─ skip.yml
724- │
725722 └─ empty.png
726723
727724 """ )
@@ -888,7 +885,6 @@ class SkipCommandTests : XCTestCase {
888885 │ │ └─ TestData.json
889886 │ └─ Skip
890887 │ └─ skip.yml
891- │
892888 └─ HelloSkipTests
893889 ├─ HelloSkipTests.swift
894890 ├─ Resources
@@ -965,28 +961,24 @@ class SkipCommandTests : XCTestCase {
965961 │ │ └─ TestData.json
966962 │ └─ Skip
967963 │ └─ skip.yml
968- │
969964 ├─ CoolBTests
970965 │ ├─ CoolBTests.swift
971966 │ ├─ Resources
972967 │ │ └─ TestData.json
973968 │ └─ Skip
974969 │ └─ skip.yml
975- │
976970 ├─ CoolCTests
977971 │ ├─ CoolCTests.swift
978972 │ ├─ Resources
979973 │ │ └─ TestData.json
980974 │ └─ Skip
981975 │ └─ skip.yml
982- │
983976 ├─ CoolDTests
984977 │ ├─ CoolDTests.swift
985978 │ ├─ Resources
986979 │ │ └─ TestData.json
987980 │ └─ Skip
988981 │ └─ skip.yml
989- │
990982 └─ CoolETests
991983 ├─ CoolETests.swift
992984 ├─ Resources
You can’t perform that action at this time.
0 commit comments