Skip to content

Commit 19035c1

Browse files
committed
Update ConferencesApiTest.java
1 parent 0e01daa commit 19035c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/openapitools/client/api/ConferencesApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void setUpBeforeClass() throws URISyntaxException {
7474
@AfterAll
7575
public void tearDownAfterClass() throws Exception {
7676
TimeUnit.SECONDS.sleep(TEST_SLEEP);
77-
Cleanup(this, this.callId);
77+
Cleanup(this, callId);
7878
}
7979

8080
static final String constructMantecaJsonBody(String os, String language) {

0 commit comments

Comments
 (0)