Remove @author tags
[Sone.git] / src / test / java / net / pterodactylus / sone / notify / ListNotificationTest.java
index 7ae3dd8..a31621f 100644 (file)
@@ -21,8 +21,6 @@ import org.junit.Test;
 
 /**
  * Unit test for {@link ListNotification}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class ListNotificationTest {
 
@@ -110,6 +108,7 @@ public class ListNotificationTest {
                ListNotification secondNotification = new ListNotification(listNotification);
                listNotification.add("a");
                secondNotification.add("a");
+               listNotification.setLastUpdateTime(secondNotification.getLastUpdatedTime());
                assertThat(listNotification.hashCode(), is(secondNotification.hashCode()));
        }