From 0cac54b02578145111fcf8d84aa4f8877600389a Mon Sep 17 00:00:00 2001 From: Cristian A Monterroza Date: Mon, 24 Jun 2024 18:24:14 -0700 Subject: [PATCH] Update IndexedCollectionTests.swift --- Tests/WrkstrmMainTests/IndexedCollectionTests.swift | 1 - 1 file changed, 1 deletion(-) 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"]