mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Fix failing test
This commit is contained in:
@@ -10,6 +10,7 @@ import io.mockk.every
|
||||
import io.mockk.mockkObject
|
||||
import org.junit.jupiter.api.BeforeEach
|
||||
import testhelpers.BaseTest
|
||||
import java.time.Instant
|
||||
import javax.inject.Singleton
|
||||
|
||||
abstract class BaseAirPodsTest : BaseTest() {
|
||||
@@ -26,6 +27,7 @@ abstract class BaseAirPodsTest : BaseTest() {
|
||||
}
|
||||
|
||||
private val baseBleScanResult = BleScanResult(
|
||||
receivedAt = Instant.now(),
|
||||
address = "77:49:4C:D8:25:0C",
|
||||
rssi = -66,
|
||||
generatedAtNanos = 136136027721826,
|
||||
|
||||
Reference in New Issue
Block a user