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

test: failing flaky unit test #2151

Merged
merged 5 commits into from
Feb 1, 2024

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    87edfcf View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    093df03 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    72db088 View commit details
    Browse the repository at this point in the history
  2. fix: failing flaky unit test

    the test relied on wrong type of array assertions which assumed consistent order preservation. this commit uses assert.Subset instead
    Revolyssup committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    464f862 View commit details
    Browse the repository at this point in the history
  3. use ElementsMatch

    Revolyssup committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    efe76e0 View commit details
    Browse the repository at this point in the history