Fixes per review.

- Added missing brace at end of listMyAuthorizations().
- Added unit test for listMyAuthorizations().
This commit is contained in:
Martin van Zijl
2019-10-08 13:21:48 +13:00
parent 94ceb5eaaf
commit 3559aef1a1
4 changed files with 399 additions and 1 deletions

View File

@@ -713,6 +713,7 @@ public class GitHub {
};
}
};
}
/**
* Returns the GitHub App associated with the authentication credentials used.