Removed test target since there are no tests for Secrets
This commit is contained in:
parent
8881ec71f7
commit
b1d93824ac
|
@ -16,8 +16,5 @@ let package = Package(
|
|||
name: "Secrets",
|
||||
dependencies: [],
|
||||
exclude: ["Secrets.swift.gyb"]),
|
||||
.testTarget(
|
||||
name: "SecretsTests",
|
||||
dependencies: ["Secrets"]),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue