Skip to content

Commit

Permalink
formatted with spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapisixtynine committed Jul 5, 2024
1 parent 6035dc5 commit 9ffb4e4
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,11 @@
*/
package io.github.astrapi69.model;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;

import java.io.Serializable;
import java.util.Arrays;
import java.util.List;

import io.github.astrapi69.model.api.IModel;
import io.github.astrapi69.random.object.RandomObjectFactory;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.FieldSource;

Expand Down

0 comments on commit 9ffb4e4

Please sign in to comment.