Skip to content

Commit 9e108fa

Browse files
committed
fix: repair fs-safe ci expectations
1 parent b43efd3 commit 9e108fa

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/auto-reply/reply.triggers.trigger-handling.stages-inbound-media-into-sandbox-workspace.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,6 @@ beforeEach(() => {
127127
relativePath,
128128
maxBytes: options?.maxBytes,
129129
}),
130-
copyIn: async (relativePath: string, sourcePath: string, options?: { maxBytes?: number }) =>
131-
await rootCopyFromForTest({
132-
sourcePath,
133-
rootDir,
134-
relativePath,
135-
maxBytes: options?.maxBytes,
136-
}),
137130
}));
138131
mediaRootMocks.resolveChannelRemoteInboundAttachmentRoots
139132
.mockReset()

src/plugins/contracts/extension-package-project-boundaries.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const MEMORY_HOST_SDK_EXPORTS = [
5656
"./status",
5757
] as const;
5858
const MEMORY_HOST_SDK_ALLOWED_CORE_BRIDGE_FILES = [
59-
"packages/memory-host-sdk/src/host/fs-utils.ts",
6059
"packages/memory-host-sdk/src/host/openclaw-runtime.ts",
6160
] as const;
6261
const MEMORY_HOST_SDK_RUNTIME_ADAPTER_FILES = [

0 commit comments

Comments
 (0)