mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-28 04:38:38 +00:00
fix(macos): clean swiftformat pass and sendable warning
This commit is contained in:
@@ -20,7 +20,7 @@ private struct SystemRunCommandContractExpected: Decodable {
|
||||
}
|
||||
|
||||
struct ExecSystemRunCommandValidatorTests {
|
||||
@Test func matchesSharedSystemRunCommandContractFixture() throws {
|
||||
@Test func `matches shared system run command contract fixture`() throws {
|
||||
for entry in try Self.loadContractCases() {
|
||||
let result = ExecSystemRunCommandValidator.resolve(command: entry.command, rawCommand: entry.rawCommand)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user