Skip to content

Commit b259c21

Browse files
committed
Drop DependenciesTestSupport from package manifest
1 parent f24ca37 commit b259c21

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ let package = Package(
9494
swiftSettings: swiftSettings),
9595
.testTarget(name: "AppTests",
9696
dependencies: [
97-
.product(name: "DependenciesTestSupport", package: "swift-dependencies"),
9897
.product(name: "SnapshotTesting", package: "swift-snapshot-testing"),
9998
.product(name: "InlineSnapshotTesting", package: "swift-snapshot-testing"),
10099
.product(name: "XCTVapor", package: "vapor"),

Tests/AppTests/AnalyzeErrorTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import Testing
1717
@testable import App
1818

1919
import Dependencies
20-
import DependenciesTestSupport
2120
import Fluent
2221
import ShellOut
2322

0 commit comments

Comments
 (0)