BizareChat
BizareChat copied to clipboard
Unit Test for error condition
I am trying to run a unit test similar to the one you wrote here
https://github.com/ukevgen/BizareChat/blob/89ed302674307bd730f0db3583788045e56e0c77/app/src/test/java/com/internship/pbt/bizarechat/presentation/LoginPresenterUnitTest.java#L124
However for me it throws the Exception even though the test passes.
https://github.com/lawloretienne/MovieHub/blob/master/app/src/test/java/com/etiennelawlor/moviehub/TelevisionShowsPresenterTest.java#L69
So it is logging the exception in the test console area of Android Studio. Should i just safely ignore this?