Removed unused imports

This commit is contained in:
Xavi Aracil 2023-10-11 12:44:58 +02:00
parent 20bdaadbd0
commit ee587e40fe

View File

@ -7,7 +7,6 @@ import static org.oneedtech.inspect.test.Assertions.assertInvalid;
import static org.oneedtech.inspect.test.Assertions.assertValid;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.oneedtech.inspect.core.Inspector.Behavior;
import org.oneedtech.inspect.core.report.Report;