Hey,
thanks for the exciting project, I was really happy to see a new video appearing! :)
This is a minor detail, but the order of the parameters of JUnit's assertEquals() is the wrong way round. The expected value comes first, then the actual value. http://junit.sourceforge.net/javadoc/org/junit/Assert.html#assertEquals(java.lang.Object,%20java.lang.Object)
Cheers,
Daniel
Hey,
thanks for the exciting project, I was really happy to see a new video appearing! :)
This is a minor detail, but the order of the parameters of JUnit's assertEquals() is the wrong way round. The expected value comes first, then the actual value. http://junit.sourceforge.net/javadoc/org/junit/Assert.html#assertEquals(java.lang.Object,%20java.lang.Object)
Cheers,
Daniel