diff --git a/Tests/WrkstrmMainTests/IndexedCollectionTests.swift b/Tests/WrkstrmMainTests/IndexedCollectionTests.swift index 70fc48e..885be13 100644 --- a/Tests/WrkstrmMainTests/IndexedCollectionTests.swift +++ b/Tests/WrkstrmMainTests/IndexedCollectionTests.swift @@ -3,7 +3,6 @@ import XCTest @testable import WrkstrmMain final class IndexedCollectionTests: XCTestCase { - func testIndexedCollection() { // Prepare a sample array and its indexed collection let sampleArray = ["a", "b", "c"]