Skip to content

Support matching For without reference #6

@Fs02

Description

@Fs02
// this work
repo.ExpectDelete().For(&Book{ID: 1}).Success()

// this doesn't work, but it should
repo.ExpectDelete().For(Book{ID: 1}).Success()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions