Skip to content

Commit 577433b

Browse files
fix before starting test method name
1 parent 42b4fdc commit 577433b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api2pdf/src/test/java/api2pdf/Api2PdfClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class Api2PdfClientTest {
1515
private static Api2PdfClient a2pClient;
1616

1717
@BeforeClass
18-
public static void initCalculator() {
18+
public static void initApi2PdfClient() {
1919
a2pClient = new Api2PdfClient("YOUR-API-KEY");
2020
}
2121

0 commit comments

Comments
 (0)