Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Failing Unit Tests #86

Description

@zastrowm

The unit tests are currently failing with:

AssertionError: expected { toolUseId: 'test-circular', …(3) } to deeply equal { toolUseId: 'test-circular', …(2) }

- Expected

+ Received

@@ -3,8 +3,13 @@

​ {

​ "text": StringContaining "Error:",

​ "type": "toolResultTextContent",

​ },

​ ],

+ "error": Error {

+ "message": "Unable to serialize tool result: Converting circular structure to JSON

+ --> starting at object with constructor 'Object'

+ --- property 'self' closes the circle",

+ },

​ "status": "error",

​ "toolUseId": "test-circular",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Language

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions