Skip to content

Commit bb043d6

Browse files
Fix compilation of unit tests
1 parent a554924 commit bb043d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Tests/MCMapTests/CartographyMapFileFeatureSetTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99
import Testing
1010

11-
@testable import MCMapFormat
11+
@testable import MCMap
1212

1313
struct CartographyMapFileFeatureSetTests {
1414
@Test func featureSet_v1() async throws {

Tests/MCMapTests/CartographyMapFileTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import SwiftUI
99
import Testing
1010

11-
@testable import MCMapFormat
11+
@testable import MCMap
1212

1313
struct CartographyMapFileTests {
1414
@Test func initEmpty() async throws {

Tests/MCMapTests/MCMapManifestTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99
import Testing
1010

11-
@testable import MCMapFormat
11+
@testable import MCMap
1212

1313
struct MCMapManifestTests {
1414
@Test func emptyTagSetPre_V2() async throws {

0 commit comments

Comments
 (0)