Skip to content

Commit

Permalink
looks like the 'tire' repository is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 28, 2014
1 parent 10bafce commit e13b1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/kohsuke/AppTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void testRepoPermissions() throws Exception {
GHRepository r = gitHub.getOrganization("jenkinsci").getRepository("jenkins");
assertTrue(r.hasPullAccess());

r = gitHub.getOrganization("github").getRepository("tire");
r = gitHub.getOrganization("github").getRepository("hub");
assertFalse(r.hasAdminAccess());
}

Expand Down

0 comments on commit e13b1ff

Please sign in to comment.