Updated the Package file to reflect the change in the folder structure, plus the libraries' target names have been renamed to avoid any possible ambiguity with any other 1st or 3rd party library.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Combine
|
||||
import Persistence
|
||||
import SwiftLibsPersistence
|
||||
import XCTest
|
||||
|
||||
final class FetcherTests: XCTestCase {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import Foundation
|
||||
import Persistence
|
||||
import SwiftLibsPersistence
|
||||
import XCTest
|
||||
|
||||
final class URL_DevicesTests: XCTestCase {
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
import CoreData
|
||||
import Foundation
|
||||
import Persistence
|
||||
import SwiftLibsPersistence
|
||||
|
||||
struct TestPersistenceService {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user