File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WordPress/src/test/java/org/wordpress/android/ui/accounts/login/jetpack Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,11 +153,11 @@ class LoginNoSitesViewModelTest : BaseUnitTest() {
153
153
}
154
154
155
155
private fun setupInstanceStateForNoUser () {
156
- whenever(savedInstanceState.getSerializableCompat<LoginNoSitesViewModel .State >(KEY_STATE )).thenReturn(NoUser )
156
+ whenever(savedInstanceState.getSerializableCompat<LoginNoSitesViewModel .State ? >(KEY_STATE )).thenReturn(NoUser )
157
157
}
158
158
159
159
private fun setupInstanceStateForShowUser () {
160
- whenever(savedInstanceState.getSerializableCompat<LoginNoSitesViewModel .State >(KEY_STATE )).thenReturn(
160
+ whenever(savedInstanceState.getSerializableCompat<LoginNoSitesViewModel .State ? >(KEY_STATE )).thenReturn(
161
161
ShowUser (
162
162
userName = USERNAME ,
163
163
displayName = DISPLAY_NAME ,
You can’t perform that action at this time.
0 commit comments