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

Refactor sample data sanitizer specs #1299

Merged
merged 2 commits into from
Sep 16, 2024
Merged

Commits on Sep 16, 2024

  1. Refactor HashSanitizer specs

    Make it easier to test the cases on an individual basis. This way not
    all the tests break if I want to change one thing about them.
    tombruijn committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c6f934b View commit details
    Browse the repository at this point in the history
  2. Rename HashSanitizer to SampleDataSanitizer

    It doesn't just sanitize Hashes, but also Arrays (as the root object).
    tombruijn committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3ee0ada View commit details
    Browse the repository at this point in the history