@Test
 public void testRepoCount() throws IOException {
   assertTrue(notebookRepoSync.getMaxRepoNum() >= notebookRepoSync.getRepoCount());
 }