From [ObservableSolutionsTest](https://github.com/jhusain/learnrxjava/blob/master/src/test/java/learnrxjava/ObservableSolutionsTest.java#L171): ``` assertEquals(map.get(70111470).toString(), "{boxart=http://cdn-0.nflximg.com/images/2891/DieHard150.jpg, id=70111470, title=Die Hard}"); ``` it [should be assertEquals(expected, actual)](http://junit.sourceforge.net/javadoc/org/junit/Assert.html#assertEquals%28java.lang.Object,%20java.lang.Object%29), not the other way around.