fix test
This commit is contained in:
parent
15cd05ebff
commit
92151adc90
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue