File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/test/java/org/kohsuke/github Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,7 +54,11 @@ public void testListRepositoriesNoPermissions() throws IOException {
5454 public void testGetMarketplaceAccount () throws IOException {
5555 GHAppInstallation appInstallation = getAppInstallationWithToken (jwtProvider3 .getEncodedAuthorization ());
5656
57- GHMarketplacePlanTest .testMarketplaceAccount (appInstallation .getMarketplaceAccount ());
57+ GHMarketplaceAccountPlan marketplaceAccount = appInstallation .getMarketplaceAccount ();
58+ GHMarketplacePlanTest .testMarketplaceAccount (marketplaceAccount );
59+
60+ GHMarketplaceAccountPlan plan = marketplaceAccount .getPlan ();
61+ assertThat (plan .getType (), equalTo (GHMarketplaceAccountType .ORGANIZATION ));
5862 }
5963
6064}
You can’t perform that action at this time.
0 commit comments