We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b1153 commit 87c10faCopy full SHA for 87c10fa
cqrs/src/test/java/com/iluwatar/cqrs/AppTest.java
cqrs/src/test/java/com/iluwatar/cqrs/IntegrationTest.java
@@ -6,7 +6,6 @@
6
import java.math.BigInteger;
7
import java.util.List;
8
9
-import org.junit.AfterClass;
10
import org.junit.BeforeClass;
11
import org.junit.Test;
12
@@ -16,7 +15,6 @@
16
15
import com.iluwatar.cqrs.dto.Book;
17
import com.iluwatar.cqrs.queries.IQueryService;
18
import com.iluwatar.cqrs.queries.QueryServiceImpl;
19
-import com.iluwatar.cqrs.util.HibernateUtil;
20
21
/**
22
* Integration test of IQueryService and ICommandService with h2 data
0 commit comments