This commit is contained in:
Valere 2024-05-23 17:15:02 +02:00
parent 15cd05ebff
commit 92151adc90

View file

@ -172,7 +172,7 @@ class DefaultBugReporterTest {
server.start() server.start()
val mockSessionStore = InMemorySessionStore().apply { val mockSessionStore = InMemorySessionStore().apply {
storeData(mockSessionData("@foo:eample.com", null)) storeData(mockSessionData("@foo:eample.com", "ABCDEFGH"))
} }
val buildMeta = aBuildMeta() val buildMeta = aBuildMeta()