5

Working on an assignment in Java. Was making a test, but no matter how hard i tried the test would never run. Went through the code several times changing it entirely.

Realized after four hours that it was the test that was wrong, not the code 🙄

Comments
  • 1
    That's why we're writing tests for the test

    There actually was a rant earlier about this (question was: "how do you know you wrote your tests correctly?");
Add Comment