Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Expect not failing and stopping repl execution #359

@daplcor

Description

@daplcor

Issue description

When using expect in repl, I am testing conditions that are failing but not giving any errors. In fact, it's letting me continue with testing as if nothing happened. I have to run the command without expect to see the actual error.

Steps to reproduce

(expect "Proposal Created" "Proposal d:AUi0tlUr08yY0yr1NwqOE8ryUF0Sznp7bapfuYOd9Yo created"
(create-proposal "test" "test" "chan1" 1 (time "2025-03-30T00:00:00Z") (time "2025-04-02T00:00:00Z") "bob" 1))

Expected Behavior

I expect this to say proposal failed to create, due to missing an input

Debug Information

If I run this command directly in repl, it shows me a generic error but at least stops testing (create-proposal "test" "test" "chan1" 1 (time "2025-03-30T00:00:00Z") (time "2025-04-02T00:00:00Z") "bob" 1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions