I have a question regarding this programming code I get the following error message
assertTrue(true);
Error [PMD]: This assertion uses only values known at compile time, so it cannot test any useful behavior exhibited by your code at run-time.
Do you know what I can do to fix this code so it does not show it again