fix(test): correct import path in resume-e2e integration test

The test file moved to __tests__/integration/ but the import path
was not updated from ../src/ to ../../src/.

小橘 🍊
This commit is contained in:
2026-05-25 12:29:18 +00:00
parent e2d60fa72e
commit 524e00a0a6
@@ -1,6 +1,6 @@
import { afterEach, describe, expect, it } from "bun:test";
import { HermesAcpClient } from "../src/acp-client.js";
import { HermesAcpClient } from "../../src/acp-client.js";
/**
* E2E test for cross-process session resume.