Revert "Removing unused imports"

This reverts commit 153f8d4302.
This commit is contained in:
Olga Maciaszek-Sharma
2024-10-14 15:58:35 +02:00
parent 390c2bd630
commit cfc88ca473
2 changed files with 2 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import com.jayway.awaitility.Awaitility;
import com.toomuchcoding.jsonassert.JsonPath;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;

View File

@@ -20,6 +20,7 @@ import java.util.List;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;