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