mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
fix test
This commit is contained in:
+1
-1
@@ -184,7 +184,7 @@ describe("closeMultiModel", () => {
|
||||
|
||||
expect(result.success).toBe(true);
|
||||
// Expect the warning message to be captured in instructions
|
||||
expect(result.instructions?.some(msg => msg.includes('Failed to create tag'))).toBe(true);
|
||||
expect(result.instructions.includes('Failed to create tag')).toBe(true);
|
||||
expect(result.tagsCreated).toEqual([]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user