Skip to content

Assert.That(int).IsZero() Has Gone Missing #3640

Description

@Xen0byte

Previous to the time around version 0.78 or 0.79, it was possible to await Assert.That(int).IsZero(), however that has gone missing and it is required to use await Assert.That(int).IsEqualTo(0) instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions