Skip to content

Commit

Permalink
Rename Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Oct 22, 2024
1 parent 4496326 commit 96220e9
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
]
),
.testTarget(
name: "FelinePineLoggingTests",
name: "FelinePineSwiftTests",
dependencies: ["FelinePineSwift"]
)
]
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let package = Package(
swiftSettings: swiftSettings
),
.testTarget(
name: "FelinePineLoggingTests",
name: "FelinePineSwiftTests",
dependencies: ["FelinePineSwift"]
)
]
Expand Down

0 comments on commit 96220e9

Please sign in to comment.