79223524

Date: 2024-11-25 14:59:53
Score: 1
Natty:
Report link

Just Randomly Solved this after 3 match in valorant The main problem comes from this line of code

val mainViewModel = MainViewModel(storyRepository) 

That initiated before

Mockito.when(storyRepository.getSession()).thenReturn(dummyFlow) Mockito.when(storyRepository.getStoriesWithPaging(dummyToken)).thenReturn(expectedQuote)

Which creates the non-null error

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Charlie