fixed a test case

This commit is contained in:
Kohsuke Kawaguchi
2014-03-28 10:57:11 -07:00
parent 5278ae3662
commit 0261f1262f

View File

@@ -244,7 +244,7 @@ public class AppTest {
@Test
public void testGetTeamsForRepo() throws Exception {
kohsuke();
assertFalse(gitHub.getOrganization("jenkinsci").getRepository("rubywm").getTeams().isEmpty());
assertEquals(1,gitHub.getOrganization("stapler").getRepository("stapler").getTeams().size());
}
@Test