Skip to content

Commit 83f2285

Browse files
authored
Fix largest-series-products tests (#623)
We deleted a couple of tests from the test suite but they were still being referenced from allTests. This deletes the stray references.
1 parent bffb2d5 commit 83f2285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/practice/largest-series-product/Tests/LargestSeriesProductTests/LargestSeriesProductTests.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ class LargestSeriesProductTests: XCTestCase {
8585
("testReportsZeroIfTheOnlyDigitsAreZero", testReportsZeroIfTheOnlyDigitsAreZero),
8686
("testReportsZeroIfAllSpansIncludeZero", testReportsZeroIfAllSpansIncludeZero),
8787
("testRejectsSpanLongerThanStringLength", testRejectsSpanLongerThanStringLength),
88-
("testReports1ForEmptyStringAndEmptyProduct0Span", testReports1ForEmptyStringAndEmptyProduct0Span),
89-
("testReports1ForNonemptyStringAndEmptyProduct0Span", testReports1ForNonemptyStringAndEmptyProduct0Span),
9088
("testRejectsEmptyStringAndNonzeroSpan", testRejectsEmptyStringAndNonzeroSpan),
9189
("testRejectsInvalidCharacterInDigits", testRejectsInvalidCharacterInDigits),
9290
("testRejectsNegativeSpan", testRejectsNegativeSpan),

0 commit comments

Comments
 (0)