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
@@ -1,7 +1,7 @@
/// <reference types="bun-types" />
import { describe, expect, test } from "bun:test"
import { detectCompletionInSessionMessages } from "./completion-promise-detector"
import { createPluginInput } from "./completion-promise-detector-test-input"
import { createPluginInput } from "./completion-promise-detector-test-input.test"
describe("detectCompletionInSessionMessages", () => {
describe("#given session with prior DONE and new messages", () => {