mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 02:36:12 -04:00
Rename CAP -> CAPod
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package testhelpers
|
||||
|
||||
import eu.darken.cap.common.debug.logging.Logging
|
||||
import eu.darken.cap.common.debug.logging.Logging.Priority.VERBOSE
|
||||
import eu.darken.cap.common.debug.logging.log
|
||||
import eu.darken.capod.common.debug.logging.Logging
|
||||
import eu.darken.capod.common.debug.logging.Logging.Priority.VERBOSE
|
||||
import eu.darken.capod.common.debug.logging.log
|
||||
import io.mockk.unmockkAll
|
||||
import org.junit.AfterClass
|
||||
import testhelpers.logging.JUnitLogger
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package testhelpers.logging
|
||||
|
||||
import eu.darken.cap.common.debug.logging.Logging
|
||||
import eu.darken.capod.common.debug.logging.Logging
|
||||
|
||||
class JUnitLogger(private val minLogLevel: Logging.Priority = Logging.Priority.VERBOSE) : Logging.Logger {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package testhelpers.preferences
|
||||
|
||||
import eu.darken.cap.common.preferences.FlowPreference
|
||||
import eu.darken.capod.common.preferences.FlowPreference
|
||||
import io.mockk.every
|
||||
import io.mockk.mockk
|
||||
import kotlinx.coroutines.flow.MutableStateFlow
|
||||
|
||||
Reference in New Issue
Block a user