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 a96275c commit e0a7096Copy full SHA for e0a7096
src/test/java/org/kohsuke/github/extras/auth/JWTTokenProviderTest.java
@@ -1,13 +1,13 @@
1
package org.kohsuke.github.extras.auth;
2
3
-import java.io.File;
4
-import java.io.IOException;
5
-import java.security.GeneralSecurityException;
6
-
7
import org.junit.Test;
8
import org.kohsuke.github.AbstractGitHubWireMockTest;
9
import org.kohsuke.github.GitHub;
10
+import java.io.File;
+import java.io.IOException;
+import java.security.GeneralSecurityException;
+
11
public class JWTTokenProviderTest extends AbstractGitHubWireMockTest {
12
13
private static String TEST_APP_ID_2 = "83009";
0 commit comments