feat: Test updates
All checks were successful
CI / Ubuntu (push) Successful in 2m37s

This commit is contained in:
2024-12-31 08:04:04 -05:00
parent 5c22250a63
commit 147f6df1b3

View File

@@ -21,6 +21,7 @@ struct CliClientTests {
$0.fileClient.read = { @Sendable _ in template } $0.fileClient.read = { @Sendable _ in template }
} operation: { } operation: {
@Dependency(\.cliClient) var client @Dependency(\.cliClient) var client
let output = try await client.build(.testOptions( let output = try await client.build(.testOptions(
target: target, target: target,
versionStrategy: .semvar(requireExistingFile: false) versionStrategy: .semvar(requireExistingFile: false)