From ecf9d22bae32d7f7f348af8a8a1887728d362e3e Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Wed, 13 Nov 2024 12:11:45 -0800 Subject: [PATCH] Fix Swift names --- .../CatalogObjects.swift => Common/Common.swift} | 0 .../CommonTests.swift} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Sources/{CatalogObjects/CatalogObjects.swift => Common/Common.swift} (100%) rename Tests/{CatalogObjectsTests/CatalogObjectsTests.swift => CommonTests/CommonTests.swift} (78%) diff --git a/Sources/CatalogObjects/CatalogObjects.swift b/Sources/Common/Common.swift similarity index 100% rename from Sources/CatalogObjects/CatalogObjects.swift rename to Sources/Common/Common.swift diff --git a/Tests/CatalogObjectsTests/CatalogObjectsTests.swift b/Tests/CommonTests/CommonTests.swift similarity index 78% rename from Tests/CatalogObjectsTests/CatalogObjectsTests.swift rename to Tests/CommonTests/CommonTests.swift index 536cc64..69f1fd9 100644 --- a/Tests/CatalogObjectsTests/CatalogObjectsTests.swift +++ b/Tests/CommonTests/CommonTests.swift @@ -1,7 +1,7 @@ import XCTest -@testable import CatalogObjects +@testable import Common -final class CatalogObjectsTests: XCTestCase { +final class CommonTests: XCTestCase { func testExample() throws { // XCTest Documentation // https://developer.apple.com/documentation/xctest