Skip to content

Commit

Permalink
fix: temporary deactivate AnchorViewDeserializertests
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Lenke <[email protected]>
  • Loading branch information
matheuslenke committed Jan 31, 2025
1 parent 5296d97 commit d743d99
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package org.ontouml.ontouml4j.deserialization;

import static com.google.common.truth.Truth.assertThat;

import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.File;
import java.io.IOException;
import java.util.Optional;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.ontouml.ontouml4j.model.Anchor;
import org.ontouml.ontouml4j.model.Project;
import org.ontouml.ontouml4j.utils.ResourceGetter;
Expand Down

0 comments on commit d743d99

Please sign in to comment.