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(TypeHandler): More tests for empty collections #5117

Merged
merged 3 commits into from
Jul 16, 2023

Commits on Jul 12, 2023

  1. test(TypeHandler): More tests for empty collections

    Our type handlers should be able to deserialize the empty array `[ ]`
    corectly into different collection formats, for instance, basic
    `Array`s, collections like `List<T>`, or `Map<K, V>`.
    
    This PR adds more tests to ensure that this is indeed the case.
    
    Closes #2343.
    skaldarnar committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bf0f769 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. remove unused import

    skaldarnar committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fd8a497 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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