Skip to content

Commit f42eb2e

Browse files
authored
Update Package.swift (#4806)
1 parent d466251 commit f42eb2e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Package.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,5 @@ let package = Package(
100100
"__Snapshots__", // Ignore snapshots folder
101101
]
102102
),
103-
.testTarget(
104-
name: "MapboxCoreNavigationIntegrationTests",
105-
dependencies: [
106-
"MapboxNavigation",
107-
"MapboxCoreNavigation",
108-
"TestHelper",
109-
"OHHTTPStubs",
110-
],
111-
exclude: [
112-
"Info.plist",
113-
]
114-
),
115103
]
116104
)

0 commit comments

Comments
 (0)