Fix test.
This commit is contained in:
parent
ad9a6fec6f
commit
ed4d49d98d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class DefaultSignedOutEntryPointTest {
|
||||||
buildContext = buildContext,
|
buildContext = buildContext,
|
||||||
plugins = plugins,
|
plugins = plugins,
|
||||||
presenterFactory = { sessionId ->
|
presenterFactory = { sessionId ->
|
||||||
assertThat(sessionId).isEqualTo(A_SESSION_ID.value)
|
assertThat(sessionId).isEqualTo(A_SESSION_ID)
|
||||||
createSignedOutPresenter()
|
createSignedOutPresenter()
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue