You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that you write a test case with a return statement.
It is not a good idea to write the return statement in your test case.
So I would like to know if is it really a useful test case? It also has no assertions.
Maybe I think you should remove the @test annotation from this method ? Thanks.
The text was updated successfully, but these errors were encountered:
Hi!
I notice that you write a test case with a return statement.
It is not a good idea to write the return statement in your test case.
So I would like to know if is it really a useful test case? It also has no assertions.
Maybe I think you should remove the @test annotation from this method ? Thanks.
The text was updated successfully, but these errors were encountered: