Closed StanleyW00 closed 1 year ago
I noticed that in the dashboard my Assertions task is not completed despite using assertEquals in my code. It says does not detect any asserts. May I ask what are the requirements for this task?
Assertions
assertEquals
Oh nvm, I found out that you need to use assert in the functioning code as well.
assert
I noticed that in the dashboard my
Assertions
task is not completed despite usingassertEquals
in my code. It says does not detect any asserts. May I ask what are the requirements for this task?