We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3247196 commit e09bd39Copy full SHA for e09bd39
src/test/java/org/kohsuke/github/GHAppInstallationTest.java
@@ -55,9 +55,9 @@ public void testGetMarketplaceAccount() throws IOException {
55
GHAppInstallation appInstallation = getAppInstallationWithToken(jwtProvider3.getEncodedAuthorization());
56
57
GHMarketplaceAccountPlan marketplaceAccount = appInstallation.getMarketplaceAccount();
58
- GHMarketplacePlanTest.testMarketplaceAccount(marketplaceAccount);
59
-
60
- GHMarketplaceAccountPlan plan = marketplaceAccount.getPlan();
+ GHMarketplacePlanTest.testMarketplaceAccount(marketplaceAccount);
+
+ GHMarketplaceAccountPlan plan = marketplaceAccount.getPlan();
61
assertThat(plan.getType(), equalTo(GHMarketplaceAccountType.ORGANIZATION));
62
}
63
0 commit comments