Free disk buffers
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / behaviors / SyncStatusTrackerTest.java
index b4f4c5d61370df18ed33829000d2aa0584ef9d6d..fdbab2b81a44f48ca6c80b05520bf6bab788d2f2 100644 (file)
@@ -35,7 +35,7 @@ public class SyncStatusTrackerTest extends AbstractActorTest {
     }
 
     @Test
-    public void testUpdate() throws Exception {
+    public void testUpdate() {
         SyncStatusTracker tracker = new SyncStatusTracker(listener, "commit-tracker", 10);
 
         // When leader-1 sends the first update message the listener should receive a syncStatus notification