Let notifications uses the brandColor.
This commit is contained in:
parent
a11af0c2b2
commit
b6b0ad91ce
2 changed files with 11 additions and 1 deletions
|
|
@ -51,6 +51,16 @@ class DefaultEnterpriseServiceTest {
|
|||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `brandColorsFlow always emits null`() = runTest {
|
||||
val defaultEnterpriseService = DefaultEnterpriseService()
|
||||
defaultEnterpriseService.brandColorsFlow(null).test {
|
||||
val initialState = awaitItem()
|
||||
assertThat(initialState).isNull()
|
||||
awaitComplete()
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `semanticColorsFlow always emits the same value for a session`() = runTest {
|
||||
val defaultEnterpriseService = DefaultEnterpriseService()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue