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

Add ObjectMapper tests #14

Merged
merged 5 commits into from
Nov 20, 2024
Merged

Add ObjectMapper tests #14

merged 5 commits into from
Nov 20, 2024

Conversation

patrickackermann
Copy link
Contributor

No description provided.

public void mappingContainsTextAttributeFilter() {
var layerMappings = createTextLayerMapping(Map.of("Bemerkung", List.of("SULTIOND")));
var exception = assertThrows(IllegalArgumentException.class, () -> new ObjectMapper(layerMappings));
assertEquals("Only enumeratino types supported: Bemerkung", exception.getMessage());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in enumeration

@patrickackermann patrickackermann merged commit eb839b3 into main Nov 20, 2024
1 check passed
@patrickackermann patrickackermann deleted the test-object-mapper branch November 20, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants