Skip to content

Commit 7bcd8a6

Browse files
committed
Fix test cases
1 parent 56b8a72 commit 7bcd8a6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Tests/SkipDriveTests/SkipDriveTests.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)