Skip to content

Unexpected result of argument matcher if no args expected but args supplied #292

@IvoGoman

Description

@IvoGoman

Issue

Query is created dynamically in the code. Sometimes it will expect an arg and sometimes it won't.
I expected that the mock would raise an error if the expectation is no query args but actually one is supplied.

Reproduction steps

https://go.dev/play/p/VwF9k6KlET2

Expected Result

Unexpected error ... arguments do not match: expected 0, but got 1 arguments

Actual Result

No error, expectations are met

Locally I have fixed this by removing:

if nil == e.args {
return nil
}

I expected that the mock should catch if an unexpected argument is passed. Be it on the mock or on the actual query in the productive code.

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