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.