Skip to content

Commit

Permalink
Remove useless test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Aug 28, 2024
1 parent cbc2196 commit 439eb3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 593 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ let package = Package(
.target(name: "Queues"),
.target(name: "XCTQueues"),
.product(name: "XCTVapor", package: "vapor"),
.product(name: "MetricsTestKit", package: "swift-metrics"),
],
swiftSettings: swiftSettings
),
Expand Down
5 changes: 3 additions & 2 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
.library(name: "XCTQueues", targets: ["XCTQueues"]),
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", from: "4.101.1"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.104.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.70.0"),
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.5.0"),
],
targets: [
Expand All @@ -41,6 +41,7 @@ let package = Package(
.target(name: "Queues"),
.target(name: "XCTQueues"),
.product(name: "XCTVapor", package: "vapor"),
.product(name: "MetricsTestKit", package: "swift-metrics"),
],
swiftSettings: swiftSettings
),
Expand Down
1 change: 1 addition & 0 deletions Tests/QueuesTests/MetricsTests.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@testable import CoreMetrics
import Metrics
import MetricsTestKit
import NIOConcurrencyHelpers
import Queues
@testable import Vapor
Expand Down
Loading

0 comments on commit 439eb3e

Please sign in to comment.