Skip to content
Snippets Groups Projects
Commit 3379425f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5917 fix test

parent 18321d5a
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ class PersistPostfachNachrichtServiceImplITCase { ...@@ -99,7 +99,7 @@ class PersistPostfachNachrichtServiceImplITCase {
service.persistNachricht(Optional.empty(), postfachNachricht); service.persistNachricht(Optional.empty(), postfachNachricht);
assertThat(loadPostfachNachrichts()).hasSize(1).first().usingRecursiveComparison().isEqualTo(postfachNachricht); assertThat(loadPostfachNachrichts()).hasSize(1).first().usingRecursiveComparison().ignoringFields("id").isEqualTo(postfachNachricht);
} }
private List<PostfachNachricht> loadPostfachNachrichts() { private List<PostfachNachricht> loadPostfachNachrichts() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment