test(ralph-loop): remove unsafe fixture assertions

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-12 14:22:18 +09:00
parent 23211159c9
commit 0787867384
5 changed files with 8 additions and 8 deletions
@@ -15,7 +15,7 @@ describe("ulw-loop verification", () => {
let oracleTranscriptPath: string
function createMockPluginInput() {
return {
return testCoerce<Parameters<typeof createRalphLoopHook>[0]>({
client: {
session: {
promptAsync: async (opts: { path: { id: string }; body: { parts: Array<{ type: string; text: string }> } }) => {
@@ -39,7 +39,7 @@ describe("ulw-loop verification", () => {
},
},
directory: testDir,
} as unknown as Parameters<typeof createRalphLoopHook>[0]
})
}
beforeEach(() => {