Skip to content

Commit

Permalink
Fix largest-series-products tests (#623)
Browse files Browse the repository at this point in the history
We deleted a couple of tests from the test suite
but they were still being referenced from allTests.

This deletes the stray references.
  • Loading branch information
kytrinyx authored Jun 14, 2023
1 parent bffb2d5 commit 83f2285
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ class LargestSeriesProductTests: XCTestCase {
("testReportsZeroIfTheOnlyDigitsAreZero", testReportsZeroIfTheOnlyDigitsAreZero),
("testReportsZeroIfAllSpansIncludeZero", testReportsZeroIfAllSpansIncludeZero),
("testRejectsSpanLongerThanStringLength", testRejectsSpanLongerThanStringLength),
("testReports1ForEmptyStringAndEmptyProduct0Span", testReports1ForEmptyStringAndEmptyProduct0Span),
("testReports1ForNonemptyStringAndEmptyProduct0Span", testReports1ForNonemptyStringAndEmptyProduct0Span),
("testRejectsEmptyStringAndNonzeroSpan", testRejectsEmptyStringAndNonzeroSpan),
("testRejectsInvalidCharacterInDigits", testRejectsInvalidCharacterInDigits),
("testRejectsNegativeSpan", testRejectsNegativeSpan),
Expand Down

0 comments on commit 83f2285

Please sign in to comment.