inhundreds
inhundreds
Hi Karan, can I work on this? I think both the test cases in AuthorTest needs a fix. Thanks, Diego
An update (sorry but I've been busy lately): - the problem is not only in AuthorTest.java but also in BookServiceTest.validBookSaved() if you try to save the same book 2 times...
Hello Karan, the problem in AuthorTest is that the toRead object keeps a reference to a book that is removed with the resetBookService() method. Fixing this, though, I found that...
@knjk04 Now it is ok so I think you can close this issue.