refactor(imports): optimize imports
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.correx.infrastructure.persistence
|
||||
|
||||
import com.correx.testing.contracts.fixtures.events.store.EventStoreContractTest
|
||||
import com.correx.core.events.stores.EventStore
|
||||
import com.correx.testing.contracts.fixtures.events.store.EventStoreContractTest
|
||||
|
||||
class InMemoryEventStoreTest : EventStoreContractTest() {
|
||||
override fun store(): EventStore = InMemoryEventStore()
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
package com.correx.infrastructure.persistence
|
||||
|
||||
import com.correx.core.events.stores.EventStore
|
||||
import com.correx.core.sessions.projections.replay.DefaultEventReplayer
|
||||
import com.correx.core.sessions.projections.replay.EventReplayer
|
||||
import com.correx.core.sessions.SessionCounterProjection
|
||||
import com.correx.core.sessions.SessionCounterState
|
||||
import com.correx.core.sessions.projections.replay.DefaultEventReplayer
|
||||
import com.correx.core.sessions.projections.replay.EventReplayer
|
||||
import com.correx.testing.contracts.fixtures.projections.SessionReplayContractTest
|
||||
|
||||
class InMemoryReplayTest : SessionReplayContractTest() {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package com.correx.infrastructure.persistence
|
||||
|
||||
import com.correx.testing.contracts.fixtures.events.store.EventStoreContractTest
|
||||
import com.correx.core.events.stores.EventStore
|
||||
import com.correx.testing.contracts.fixtures.events.store.EventStoreContractTest
|
||||
import java.sql.DriverManager
|
||||
|
||||
class SqliteEventStoreTest : EventStoreContractTest() {
|
||||
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
package com.correx.infrastructure.persistence
|
||||
|
||||
import com.correx.core.events.stores.EventStore
|
||||
import com.correx.core.sessions.projections.replay.DefaultEventReplayer
|
||||
import com.correx.core.sessions.projections.replay.EventReplayer
|
||||
import com.correx.core.sessions.SessionCounterProjection
|
||||
import com.correx.core.sessions.SessionCounterState
|
||||
import com.correx.core.sessions.projections.replay.DefaultEventReplayer
|
||||
import com.correx.core.sessions.projections.replay.EventReplayer
|
||||
import com.correx.testing.contracts.fixtures.projections.SessionReplayContractTest
|
||||
import java.sql.DriverManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user