cleanup static member
This commit is contained in:
parent
ab5f09d29b
commit
42ada88c5d
|
@ -142,6 +142,7 @@ public class DataFrameTransformCheckpointServiceNodeTests extends DataFrameSingl
|
|||
@AfterClass
|
||||
public static void tearDownClient() {
|
||||
mockClientForCheckpointing.close();
|
||||
mockClientForCheckpointing = null;
|
||||
}
|
||||
|
||||
public void testCreateReadDeleteCheckpoint() throws InterruptedException {
|
||||
|
|
Loading…
Reference in New Issue