test: fix memory-core host type import

This commit is contained in:
Peter Steinberger
2026-03-27 05:20:40 +00:00
parent 4c27c90fc2
commit 2f979e9be0

View File

@@ -1,8 +1,8 @@
import fs from "node:fs/promises";
import path from "node:path";
import type { MemorySyncProgressUpdate } from "openclaw/plugin-sdk/memory-core-host-engine-storage";
import { describe, expect, it } from "vitest";
import { useFastShortTimeouts } from "../../../../test/helpers/fast-short-timeouts.js";
import type { MemorySyncProgressUpdate } from "../engine-host-api.js";
import { installEmbeddingManagerFixture } from "./embedding-manager.test-harness.js";
const fx = installEmbeddingManagerFixture({