diff --git a/Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift b/Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift index 49054bde8..f79064cf5 100644 --- a/Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift +++ b/Tests/StarknetTests/Utils/DevnetClient/DevnetClient.swift @@ -451,7 +451,6 @@ func makeDevnetClient() -> DevnetClientProtocol { process.standardOutput = outputPipe process.standardError = errorPipe - // TODO: migrate to URLs everywhere - path fields are marked as deprecated process.launchPath = snCastPath process.currentDirectoryPath = contractsPath!