Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert.InEpsilonSlice: fix expected/actual order and other improvements #1483

Merged
merged 7 commits into from Jan 21, 2024

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    ab3b974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5dec80 View commit details
    Browse the repository at this point in the history
  3. assert.InEpsilonSlice: refactor

    Remove multiple calls to reflect.Value.Len()
    dolmen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f728d3c View commit details
    Browse the repository at this point in the history
  4. assert.InEpsilonSlice: remove redundant check

    Remove check of actual's kind redundant with Type()'s check.
    dolmen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8fd5aae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7fbc7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d383ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f8dcfd6 View commit details
    Browse the repository at this point in the history