Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowzz95 committed Nov 12, 2018
1 parent dd8fdcc commit 1bac375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/com/t13g2/forum/storage/UnitOfWorkTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void testLatestAnnouncement() throws EntityDoesNotExistException {

IUnitOfWork unitOfWork2 = new UnitOfWork(storage);
Announcement latest = unitOfWork2.getAnnouncementRepository().getLatestAnnouncement();
Assert.assertEquals(latest.getId(), announcement2.getId());
Assert.assertEquals(latest.getTitle(), announcement2.getTitle());
Assert.assertEquals(latest.getContent(), announcement2.getContent());

Expand Down

0 comments on commit 1bac375

Please sign in to comment.